[This is preliminary documentation and is subject to change.]
CTor
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public LongIndexableEnumerator( IReadOnlyIndexable<TItem, long> Collection ) |
| Visual Basic |
|---|
Public Sub New ( _ Collection As IReadOnlyIndexable(Of TItem, Long) _ ) |
| Visual C++ |
|---|
public: LongIndexableEnumerator( IReadOnlyIndexable<TItem, long long>^ Collection ) |
| F# |
|---|
new : Collection:IReadOnlyIndexable<'TItem, int64> -> LongIndexableEnumerator |
| JScript |
|---|
public function LongIndexableEnumerator( Collection : IReadOnlyIndexable<TItem, long> ) |
Parameters
- Collection
- Type: Tools.CollectionsT.GenericT..::..IReadOnlyIndexable<(Of <(<'TItem, Int64>)>)>
IReadOnlyIndexableWithRange<(Of <(<'TItem, TIndex>)>)> to enumerate through