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

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

Méthodes publiques

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

Method Details

GetCustomAttributes() public méthode

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

MethodBaseCustomAttributeProvider() public méthode

public MethodBaseCustomAttributeProvider ( MethodBase provider ) : System
provider System.Reflection.MethodBase
Résultat System