Click or drag to resize
CollectionBaseT Constructor (IListT)
References and wraps the existing list

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

Parameters

list
Type: System.Collections.GenericIListT
See Also