Click or drag to resize

instanceCheckListT Constructor (IEnumerableT)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.collection.checkLists
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public instanceCheckList(
	IEnumerable<T> allowedValues
)
Request Example View Source

Parameters

allowedValues
Type: System.Collections.GenericIEnumerableT
The allowed values.
See Also