IndexedEnumerable makes enumerating over collections much easier by implementing properties like: IsEven, IsOdd, IsLast.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
| C# |
|---|
public class IndexedEnumerable<T> : IEnumerable<IndexedEnumerable<(Of <(<'T>)>)>..::..EntryItem>, IEnumerable |
| Visual Basic |
|---|
Public Class IndexedEnumerable(Of T) Implements IEnumerable(Of IndexedEnumerable<(Of <(<'T>)>)>..::..EntryItem), IEnumerable |
Type Parameters
- T
- Type to iterate over