Click or drag to resize

AccessConstraintEvaluationResultCollection Constructor (IListAccessConstraintEvaluationResult)

Initializes a new instance.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax
public AccessConstraintEvaluationResultCollection(
	IList<AccessConstraintEvaluationResult> list
)

Parameters

list
Type: System.Collections.GenericIListAccessConstraintEvaluationResult
The list that is wrapped by the new collection.
See Also