C# Class TDL_Explorer.ExampleGroup

Inheritance: IExampleItem
ファイルを表示 Open project: spoulson/Itinerary

Public Methods

Method Description
ExampleGroup ( string name ) : System.Collections.Generic
ExampleGroup ( string name, IEnumerable items ) : System.Collections.Generic

Method Details

ExampleGroup() public method

public ExampleGroup ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

ExampleGroup() public method

public ExampleGroup ( string name, IEnumerable items ) : System.Collections.Generic
name string
items IEnumerable
return System.Collections.Generic