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

IsDefined() 공개 메소드

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