C# 클래스 Antlr4.Runtime.Misc.RuleDependencyChecker.ParameterInfoCustomAttributeProvider

상속: ICustomAttributeProvider
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 메소드들

메소드 설명
GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
ParameterInfoCustomAttributeProvider ( ParameterInfo provider ) : System

메소드 상세

GetCustomAttributes() 공개 메소드

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

ParameterInfoCustomAttributeProvider() 공개 메소드

public ParameterInfoCustomAttributeProvider ( ParameterInfo provider ) : System
provider ParameterInfo
리턴 System