Boo.Lang.Compiler.TypeSystem.TypeSystemServices.VoidTypeImpl.IsAssignableFrom C# (CSharp) Méthode

IsAssignableFrom() public méthode

public IsAssignableFrom ( IType other ) : bool
other IType
Résultat bool
            public override bool IsAssignableFrom(IType other)
            {
                return false;
            }