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

Inheritance: ICustomAttributeProvider
Show file Open project: sharwell/antlr4cs

Public Methods

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

Method Details

GetCustomAttributes() public method

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

ParameterInfoCustomAttributeProvider() public method

public ParameterInfoCustomAttributeProvider ( ParameterInfo provider ) : System
provider ParameterInfo
return System