DirectOutput
DirectOutput framework R2 for virtual pinball cabinets.
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros Pages
DirectOutput.General.TypeList Class Reference

List for Type objects. More...

Inheritance diagram for DirectOutput.General.TypeList:
Collaboration diagram for DirectOutput.General.TypeList:

Public Member Functions

bool Contains (string TypeName)
 Checks if a Type with the specified TypeName exists in the list. More...
 
 TypeList ()
 Initializes a new instance of the TypeList class. More...
 
 TypeList (int capacity)
 Initializes a new instance of the TypeList class. More...
 
 TypeList (IEnumerable< Type > collection)
 Initializes a new instance of the TypeList class. More...
 

Properties

Type this[string TypeName] [get]
 Indexer which does return the first Type matching the specified TypeName. More...
 

Detailed Description

List for Type objects.

Constructor & Destructor Documentation

DirectOutput.General.TypeList.TypeList ( )

Initializes a new instance of the TypeList class.

DirectOutput.General.TypeList.TypeList ( int  capacity)

Initializes a new instance of the TypeList class.

Parameters
capacityThe number of elements that the new list can initially store.
DirectOutput.General.TypeList.TypeList ( IEnumerable< Type >  collection)

Initializes a new instance of the TypeList class.

Parameters
collectionThe collection.

Member Function Documentation

bool DirectOutput.General.TypeList.Contains ( string  TypeName)

Checks if a Type with the specified TypeName exists in the list.

Parameters
TypeNameName of the Type.
Returns
true or false.

Property Documentation

Type DirectOutput.General.TypeList.this[string TypeName]
get

Indexer which does return the first Type matching the specified TypeName.

Parameters
TypeNameName of the Type.
Returns
Type object with matching TypeName or null if no match is found-

The documentation for this class was generated from the following file: