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

Inheritance: ICustomAttributeProvider
Datei anzeigen Open project: sharwell/antlr4cs

Public Methods

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

Method Details

FieldInfoCustomAttributeProvider() public method

public FieldInfoCustomAttributeProvider ( FieldInfo provider ) : System
provider System.Reflection.FieldInfo
return System

GetCustomAttributes() public method

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType System.Type
inherit bool
return object[]