Click or drag to resize
CollectionBaseT Constructor (IEnumerableT)
Creates an empty list and copies the collection

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

Parameters

collection
Type: System.Collections.GenericIEnumerableT
See Also