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: 25.1.421.0 (25.1.421.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