FakeList(IEnumerator) Constructor

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Initializes a new instance of FakeList<T>.

public FakeList(IEnumerator<T> collection)

Parameters

collection
IEnumerator<T>

The enumerator to use to implement the indexer.