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

IsUnknown() public static method

public static IsUnknown ( IType type ) : bool
type IType
return bool
        public static bool IsUnknown(IType type)
        {
            return EntityType.Unknown == type.EntityType;
        }

Same methods

TypeSystemServices::IsUnknown ( Expression node ) : bool
TypeSystemServices