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

IsDefined() public method

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