WIP
DirectOutput framework for virtual pinball cabinets WIP
|
Go to: Overview |
Additional Inherited Members | |
Public Member Functions inherited from DirectOutput.General.Generic.NamedItemList< Curve > | |
bool | Contains (string Name) |
Checks if a INamedItem object with the specified name exists in the list. More... | |
new void | Sort () |
Sorts the NamedItemList by the Name of the items. More... | |
NamedItemList () | |
Initializes a new instance of the NamedItemList<T> class. More... | |
NamedItemList (IEnumerable< T > EnumerableList) | |
Initializes a new instance of the NamedItemList<T> class. More... | |
Properties inherited from DirectOutput.General.Generic.NamedItemList< Curve > | |
T | this[string Name] [get] |
Indexer returning the Item with the specified name. More... | |
Definition at line 9 of file CurveList.cs.