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

IsSubclassOf() public méthode

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