Constructor that takes an IEnumerable<T>

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

Syntax

C#
public IndexedEnumerable(
	IEnumerable<T> enumerable
)
Visual Basic
Public Sub New ( 
	enumerable As IEnumerable(Of T)
)

Parameters

enumerable
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>
The collection to enumerate.

See Also