Boo.Lang.Compiler.TypeSystem.GenericConstructedMethod.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 _definition.IsDefined(attributeType);
        }