OmegaEngine API
1.0.3
|
This is the complete list of members for OmegaEngine.Collections.Pool< T >, including all inherited members.
Add([NotNull] T item) | OmegaEngine.Collections.Pool< T > | inline |
Clear() | OmegaEngine.Collections.Pool< T > | inline |
Contains([NotNull] T item) | OmegaEngine.Collections.Pool< T > | inline |
Count | OmegaEngine.Collections.Pool< T > | |
ForEach([NotNull, InstantHandle] Action< T > action) | OmegaEngine.Collections.Pool< T > | inline |
Remove([NotNull] T item) | OmegaEngine.Collections.Pool< T > | inline |
RemoveAll([NotNull, InstantHandle] Action< T > action) | OmegaEngine.Collections.Pool< T > | inline |
RemoveFirst([NotNull, InstantHandle] Predicate< T > predicate) | OmegaEngine.Collections.Pool< T > | inline |
RemoveWhere([NotNull, InstantHandle] Predicate< T > predicate) | OmegaEngine.Collections.Pool< T > | inline |