C# 클래스 Pchp.CodeAnalysis.MemberAttributesAdapter

파일 보기 프로젝트 열기: iolevel/peachpie

공개 메소드들

메소드 설명
GetAccessibility ( this member ) : Accessibility
IsAbstract ( this member ) : bool
IsSealed ( this member ) : bool
IsStatic ( this member ) : bool

메소드 상세

GetAccessibility() 공개 정적인 메소드

public static GetAccessibility ( this member ) : Accessibility
member this
리턴 Accessibility

IsAbstract() 공개 정적인 메소드

public static IsAbstract ( this member ) : bool
member this
리턴 bool

IsSealed() 공개 정적인 메소드

public static IsSealed ( this member ) : bool
member this
리턴 bool

IsStatic() 공개 정적인 메소드

public static IsStatic ( this member ) : bool
member this
리턴 bool