Boo.Lang.Compiler.TypeSystem.TypeSystemServices.VoidTypeImpl.IsSubclassOf C# (CSharp) Method

IsSubclassOf() public method

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