Click or drag to resize

instanceCheckListTAddAllowValues Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds instances that can be checked

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

Parameters

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

Return Value

Type: Int32
See Also