Click or drag to resize

AccessConstraintEvaluationResultCollection Constructor (IList<AccessConstraintEvaluationResult>)

Initializes a new instance.

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

Parameters

list
Type: System.Collections.Generic.IList<AccessConstraintEvaluationResult>
The list that is wrapped by the new collection.
See Also