Click or drag to resize

AccessConstraintsExtension Constructor (AccessConstraintCollection)

Initialize the extension with the given collection of constraints.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public AccessConstraintsExtension(
	AccessConstraintCollection constraints
)

Parameters

constraints
Type: AGI.Foundation.AccessAccessConstraintCollection
A collection of constraints to add to the extension.
See Also