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);
        }