Click or drag to resize

ReadOnlyUserCollection Constructor (IList<User>)

Initializes a new instance of the ReadOnlyUserCollection class

Namespace:  Dynamicweb.Security.UserManagement
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public ReadOnlyUserCollection(
	IList<User> list
)

Parameters

list
Type: System.Collections.Generic.IList<User>
See Also