WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.General.TypeList Class Reference

List for Type objects. More...

Inheritance 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.

Definition at line 10 of file TypeList.cs.

Constructor & Destructor Documentation

DirectOutput.General.TypeList.TypeList ( )

Initializes a new instance of the TypeList class.

Definition at line 50 of file TypeList.cs.

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.

Definition at line 55 of file TypeList.cs.

DirectOutput.General.TypeList.TypeList ( IEnumerable< Type >  collection)

Initializes a new instance of the TypeList class.

Parameters
collectionThe collection.

Definition at line 60 of file TypeList.cs.

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.

Definition at line 41 of file TypeList.cs.

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-

Definition at line 19 of file TypeList.cs.


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