Boo.Lang.Compiler.TypeSystem.NameResolutionService.IsNotExtensionOf.IsNotExtensionOf C# (CSharp) Method

IsNotExtensionOf() public method

public IsNotExtensionOf ( IType type ) : System
type IType
return System
            public IsNotExtensionOf(IType type)
            {
                _type = type;
            }
NameResolutionService.IsNotExtensionOf