Space Engineers
Public Member Functions | Properties | List of all members
VRage.Collections.CachingHashSet< T > Class Template Reference
Inheritance diagram for VRage.Collections.CachingHashSet< T >:

Public Member Functions

void Clear ()
 
bool Contains (T item)
 
void Add (T item)
 
void Remove (T item, bool immediate=false)
 
void ApplyChanges ()
 
void ApplyAdditions ()
 
void ApplyRemovals ()
 
HashSet< T >.Enumerator GetEnumerator ()
 
override string ToString ()
 

Properties

int Count [get]
 

Detailed Description

Definition at line 9 of file CachingHashSet.cs.

Member Function Documentation

void VRage.Collections.CachingHashSet< T >.Add ( item)
inline

Definition at line 32 of file CachingHashSet.cs.

void VRage.Collections.CachingHashSet< T >.ApplyAdditions ( )
inline

Definition at line 60 of file CachingHashSet.cs.

void VRage.Collections.CachingHashSet< T >.ApplyChanges ( )
inline

Definition at line 54 of file CachingHashSet.cs.

void VRage.Collections.CachingHashSet< T >.ApplyRemovals ( )
inline

Definition at line 67 of file CachingHashSet.cs.

void VRage.Collections.CachingHashSet< T >.Clear ( )
inline

Definition at line 20 of file CachingHashSet.cs.

bool VRage.Collections.CachingHashSet< T >.Contains ( item)
inline

Definition at line 27 of file CachingHashSet.cs.

HashSet<T>.Enumerator VRage.Collections.CachingHashSet< T >.GetEnumerator ( )
inline

Definition at line 74 of file CachingHashSet.cs.

void VRage.Collections.CachingHashSet< T >.Remove ( item,
bool  immediate = false 
)
inline

Definition at line 40 of file CachingHashSet.cs.

override string VRage.Collections.CachingHashSet< T >.ToString ( )
inline

Definition at line 89 of file CachingHashSet.cs.

Property Documentation

Definition at line 16 of file CachingHashSet.cs.


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