| Space Engineers
    | 
Observable collection that also fix support to clear all. Don't know if ObservableCollection<T> is allocation free. More...
 
  
 | 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... | |
Observable collection that also fix support to clear all. Don't know if ObservableCollection<T> is allocation free.
| T | 
Definition at line 13 of file ObservableCollection.cs.
| 
 | inlineprotected | 
Clears the items.
Definition at line 59 of file ObservableCollection.cs.
| 
 | inline | 
Definition at line 76 of file ObservableCollection.cs.
| 
 | inline | 
Gets allocation free enumerator (returns struct)
Definition at line 71 of file ObservableCollection.cs.
 1.8.8
 1.8.8