-
Home
-
API
-
SharpYaml
-
FakeList
-
Constructors
-
FakeList(IEnumerator)
FakeList(IEnumerator) Constructor
Definition
Initializes a new instance of FakeList<T>.
public FakeList(IEnumerator<T> collection)
Parameters
- collection
- IEnumerator<T>
The enumerator to use to implement the indexer.