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

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

Méthodes publiques

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

Method Details

FieldInfoCustomAttributeProvider() public méthode

public FieldInfoCustomAttributeProvider ( FieldInfo provider ) : System
provider System.Reflection.FieldInfo
Résultat System

GetCustomAttributes() public méthode

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