ByRefCollection<TValue>
Namespace: uModCollections
Assembly: uMod.Core.dll
Inheritance Object ByRefCollection
Implements ICollection<TValue>, IEnumerable<TValue>, IEnumerable
Summary
A wrapper for a collection reference
Constructors
Name | Summary |
|---|---|
ByRefCollection () | Create a new ByRef collection object (without reference) |
ByRefCollection ( |
Properties
Name | Summary |
|---|---|
Count | Get number of items in collection |
IsReadOnly | Determine if collection is read-only |
Methods
Name | Summary |
|---|---|
Add ( | |
Clear () | Clear all items from the collection |
Contains ( | |
GetEnumerator () | Get a strongly-typed enumerator for the collection |
Remove ( |