ComponentTypeCollection Class |
[This is preliminary documentation and is subject to change.]
Namespace: Umbrace.Unity.PurePool
[SerializableAttribute] public class ComponentTypeCollection : IList<Type>, IEnumerable, ICollection<Type>, IEnumerable<Type>, ISerializationCallbackReceiver
The ComponentTypeCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| ComponentTypeCollection |
Initialises a new instance of the ComponentTypeCollection class.
| |
| ComponentTypeCollection(ComponentTypeCollection) |
Initialises a new instance of the ComponentTypeCollection class.
|
| Name | Description | |
|---|---|---|
| Count | ||
| Frozen |
Gets a value indicating whether the object has been frozen, and cannot be modified.
| |
| Item |
| Name | Description | |
|---|---|---|
| Add | ||
| Clear | ||
| Contains | ||
| CopyTo | ||
| EnsureNotFrozen |
Ensures the ComponentTypeCollection has not been frozen, and throws an exception if it has.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Freeze |
Freezes the object and prevents modifications being made to it.
| |
| GetEnumerator | ||
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| IndexOf | ||
| Insert | ||
| MemberwiseClone | (Inherited from Object.) | |
| Remove | ||
| RemoveAt | ||
| ToString | (Inherited from Object.) |