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

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

공개 메소드들

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

메소드 상세

GetCustomAttributes() 공개 메소드

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

MethodBaseCustomAttributeProvider() 공개 메소드

public MethodBaseCustomAttributeProvider ( MethodBase provider ) : System
provider System.Reflection.MethodBase
리턴 System