Boo.Lang.Compiler.TypeSystem.GenericConstructedMethod.IsDefined C# (CSharp) 메소드

IsDefined() 공개 메소드

public IsDefined ( IType attributeType ) : bool
attributeType IType
리턴 bool
        public bool IsDefined(IType attributeType)
        {
            return _definition.IsDefined(attributeType);
        }