Constructor InspectorList
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
InspectorList()
Initializes a new empty instance of InspectorList<T>.
public InspectorList()
InspectorList(IEnumerable<T>)
Initializes a new instance of InspectorList<T> with the given initial values.
public InspectorList(IEnumerable<T> initialValues)
Parameters
initialValuesIEnumerable<T>The values to populate the list with.