Class DeserializableList<T>
Inheritance
DeserializableList<T>
Inherited Members
Namespace: YVR.Platform
Assembly: YVR.Platform.Runtime.dll
Syntax
public class DeserializableList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Name | Description |
|---|---|
| Count | |
| IsReadOnly | |
| this[int] | |
| data |
Methods
| Name | Description |
|---|---|
| Add(T) | |
| Clear() | |
| Contains(T) | |
| CopyTo(T[], int) | |
| GetEnumerator() | |
| IndexOf(T) | |
| Insert(int, T) | |
| Remove(T) | |
| RemoveAt(int) | |
| ToString() |