C# Class Antlr4.Runtime.Misc.RuleDependencyChecker.TypeCustomAttributeProvider

Inheritance: ICustomAttributeProvider
Afficher le fichier Open project: sharwell/antlr4cs

Méthodes publiques

Méthode Description
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
TypeCustomAttributeProvider ( Type provider ) : System
TypeCustomAttributeProvider ( TypeInfo provider ) : System

Method Details

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
Résultat object[]

TypeCustomAttributeProvider() public méthode

public TypeCustomAttributeProvider ( Type provider ) : System
provider System.Type
Résultat System

TypeCustomAttributeProvider() public méthode

public TypeCustomAttributeProvider ( TypeInfo provider ) : System
provider System.Reflection.TypeInfo
Résultat System