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

Inheritance: ICustomAttributeProvider
Datei anzeigen Open project: sharwell/antlr4cs

Public Methods

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

Method Details

GetCustomAttributes() public method

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

TypeCustomAttributeProvider() public method

public TypeCustomAttributeProvider ( Type provider ) : System
provider System.Type
return System

TypeCustomAttributeProvider() public method

public TypeCustomAttributeProvider ( TypeInfo provider ) : System
provider System.Reflection.TypeInfo
return System