Class TrackCollection<T>
Inheritance
System.Object
TrackCollection<T>
Implements
System.Collections.Generic.IEnumerable
Assembly: cs.temp.dll.dll
public class TrackCollection<T> : TrackCollection where T : TrackBase
Type Parameters
Properties
Declaration
public override int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Overrides
Declaration
public T this[int index] { get; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
Methods
Declaration
public override IEnumerator GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator |
|
Overrides
Implements
System.Collections.Generic.IEnumerable