Space Engineers
Classes | Public Member Functions | Protected Member Functions | List of all members
VRage.Collections.ObservableCollection< T > Class Template Reference

Observable collection that also fix support to clear all. Don't know if ObservableCollection<T> is allocation free. More...

Inheritance diagram for VRage.Collections.ObservableCollection< T >:

Classes

struct  Enumerator
 Enumerator which uses index access. Index access on Collection is O(1) operation More...
 

Public Member Functions

new ObservableCollection< T >.Enumerator GetEnumerator ()
 Gets allocation free enumerator (returns struct) More...
 
int FindIndex (Predicate< T > match)
 

Protected Member Functions

override void ClearItems ()
 Clears the items. More...
 

Detailed Description

Observable collection that also fix support to clear all. Don't know if ObservableCollection<T> is allocation free.

Template Parameters
T

Definition at line 13 of file ObservableCollection.cs.

Member Function Documentation

override void VRage.Collections.ObservableCollection< T >.ClearItems ( )
inlineprotected

Clears the items.

Definition at line 59 of file ObservableCollection.cs.

int VRage.Collections.ObservableCollection< T >.FindIndex ( Predicate< T >  match)
inline

Definition at line 76 of file ObservableCollection.cs.

Gets allocation free enumerator (returns struct)

Definition at line 71 of file ObservableCollection.cs.


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