Class NetickList<T>
- Namespace
- Netick
- Assembly
- Netick.dll
public sealed class NetickList<T> : IEnumerable<T>, IEnumerable
Type Parameters
T
- Inheritance
-
NetickList<T>
- Implements
-
IEnumerable<T>
- Inherited Members
Properties
Count
public int Count { get; }
Property Value
this[int]
public T this[int i] { get; }
Parameters
i
int
Property Value
- T
Methods
GetEnumerator()
public IEnumerator<T> GetEnumerator()
Returns
- IEnumerator<T>