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

Inheritance: ICustomAttributeProvider
Datei anzeigen Open project: sharwell/antlr4cs

Public Methods

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

Method Details

GetCustomAttributes() public method

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

MethodBaseCustomAttributeProvider() public method

public MethodBaseCustomAttributeProvider ( MethodBase provider ) : System
provider System.Reflection.MethodBase
return System