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.1.418.0 (24.1.418.0)
Syntax
public AccessConstraintEvaluationResultCollection(
	IList<AccessConstraintEvaluationResult> list
)

Parameters

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