IndexedEnumerable makes enumerating over collections much easier by implementing properties like: IsEven, IsOdd, IsLast.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static class IndexedEnumerable
Visual Basic
<ExtensionAttribute> 
Public NotInheritable Class IndexedEnumerable

Inheritance Hierarchy

System..::..Object
  CodeSmith.Engine..::..IndexedEnumerable

See Also