Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Library.Collections.ComponentIndex Class Reference

Public Member Functions

 ComponentIndex (List< Type > typeList)
 

Public Attributes

readonly List< Type > Types
 
readonly Dictionary< Type, int > Index = new Dictionary<Type, int>()
 

Detailed Description

Definition at line 68 of file MyIndexedComponentContainer.cs.

Constructor & Destructor Documentation

VRage.Library.Collections.ComponentIndex.ComponentIndex ( List< Type >  typeList)
inline

Definition at line 73 of file MyIndexedComponentContainer.cs.

Member Data Documentation

readonly Dictionary<Type, int> VRage.Library.Collections.ComponentIndex.Index = new Dictionary<Type, int>()

Definition at line 71 of file MyIndexedComponentContainer.cs.

readonly List<Type> VRage.Library.Collections.ComponentIndex.Types

Definition at line 70 of file MyIndexedComponentContainer.cs.


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