C# Class GitHub.Exports.ExportMetadataAttributeExtensions

显示文件 Open project: github/VisualStudio

Public Methods

Method Description
IsMenuType ( this c, MenuType type ) : bool
IsViewType ( this c, UIViewType type ) : bool

Private Methods

Method Description
IsMenuType ( CustomAttributeData attributeData, MenuType type ) : bool
IsViewType ( CustomAttributeData attributeData, UIViewType viewType ) : bool

Method Details

IsMenuType() public static method

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

IsViewType() public static method

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