Click or drag to resize

AccessConstraintsExtension Constructor (AccessConstraint)

Initialize the extension with the given constraint.

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(
	AccessConstraint singleConstraint
)

Parameters

singleConstraint
Type: AGI.Foundation.AccessAccessConstraint
A single constraint to add to the extension.
See Also