Click or drag to resize

EntityFilterCollectionTEntity Constructor (IEnumerableEntityFilterTEntity)

Initializes a new instance that contains elements copied from the specified collection.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EntityFilterCollection(
	IEnumerable<EntityFilter<TEntity>> filterCollection
)

Parameters

filterCollection
Type: System.Collections.GenericIEnumerableEntityFilterTEntity
The collection whose elements are copied to the new collection.
See Also