Click or drag to resize

ModulePermissionCollection.CopyTo Method

Namespace:  Dynamicweb.Security.UserManagement
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public void CopyTo(
	KeyValuePair<string, ModulePermission>[] array,
	int arrayIndex
)

Parameters

array
Type:System.Collections.Generic.KeyValuePair<String, ModulePermission>[]
arrayIndex
Type: System.Int32

Implements

ICollection<T>.CopyTo(T[], Int32)
See Also