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 (ICollection<TValue>)

Properties

Name

Summary

Count

Get number of items in collection

IsReadOnly

Determine if collection is read-only

Methods

Name

Summary

Add (TValue)

Clear ()

Clear all items from the collection

Contains (TValue)

CopyTo (TValue[], Int32)

GetEnumerator ()

Get a strongly-typed enumerator for the collection

Remove (TValue)