C# 클래스 GitHub.Exports.ExportMetadataAttributeExtensions

파일 보기 프로젝트 열기: github/VisualStudio

공개 메소드들

메소드 설명
IsMenuType ( this c, MenuType type ) : bool
IsViewType ( this c, UIViewType type ) : bool

비공개 메소드들

메소드 설명
IsMenuType ( CustomAttributeData attributeData, MenuType type ) : bool
IsViewType ( CustomAttributeData attributeData, UIViewType viewType ) : bool

메소드 상세

IsMenuType() 공개 정적인 메소드

public static IsMenuType ( this c, MenuType type ) : bool
c this
type MenuType
리턴 bool

IsViewType() 공개 정적인 메소드

public static IsViewType ( this c, UIViewType type ) : bool
c this
type UIViewType
리턴 bool