Interface IOrderedCollection<T>
Inherited Members
Namespace: Ritchie.Toolbox
Assembly: Ritchie.Toolbox.dll
Syntax
public interface IOrderedCollection<T> : ICollection<T>, IEnumerable<T>, IEnumerableType Parameters
| Name | Description | 
|---|---|
| T | 
Properties
this[int]
Declaration
T this[int index] { get; }Parameters
| Type | Name | Description | 
|---|---|---|
| int | index | 
Property Value
| Type | Description | 
|---|---|
| T |