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

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

공개 메소드들

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

메소드 상세

FieldInfoCustomAttributeProvider() 공개 메소드

public FieldInfoCustomAttributeProvider ( FieldInfo provider ) : System
provider System.Reflection.FieldInfo
리턴 System

GetCustomAttributes() 공개 메소드

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