FakeList(IEnumerable) Constructor

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Initializes a new instance of FakeList<T>.

public FakeList(IEnumerable<T> collection)

Parameters

collection
IEnumerable<T>

The collection to use to implement the indexer.