Click or drag to resize
CollectionBaseTAddRange Method
Adds a set of items

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public void AddRange(
	IEnumerable<T> items
)

Parameters

items
Type: System.Collections.GenericIEnumerableT
See Also