Boo.Lang.Compiler.TypeSystem.AbstractType.IsDefined C# (CSharp) Méthode

IsDefined() public méthode

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