C# Class PclUnit.Run.Attributes.TestFixtureAttributeBase

Inheritance: System.Attribute
ファイルを表示 Open project: jbtule/PclUnit Class Usage Examples

Public Methods

Method Description
GetCategories ( Type type ) : IList
GetDescription ( Type type ) : string

Method Details

GetCategories() public abstract method

public abstract GetCategories ( Type type ) : IList
type System.Type
return IList

GetDescription() public abstract method

public abstract GetDescription ( Type type ) : string
type System.Type
return string