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