Boo.Lang.Compiler.TypeSystem.TypeSystemServices.IsAttribute C# (CSharp) Méthode

IsAttribute() public méthode

public IsAttribute ( IType type ) : bool
type IType
Résultat bool
        public bool IsAttribute(IType type)
        {
            return type.IsSubclassOf(SystemAttribute);
        }
TypeSystemServices