Boo.Lang.Compiler.TypeSystem.GenericConstructedMethod.IsDefined C# (CSharp) Method

IsDefined() public method

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