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

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

공개 메소드들

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

메소드 상세

GetCustomAttributes() 공개 메소드

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

TypeCustomAttributeProvider() 공개 메소드

public TypeCustomAttributeProvider ( Type provider ) : System
provider System.Type
리턴 System

TypeCustomAttributeProvider() 공개 메소드

public TypeCustomAttributeProvider ( TypeInfo provider ) : System
provider System.Reflection.TypeInfo
리턴 System