Class ReadOnlyUserCollection
- Namespace
- Dynamicweb.Security.UserManagement
- Assembly
- Dynamicweb.Security.dll
Represents a read-only collection of users.
public class ReadOnlyUserCollection : ReadOnlyCollection<User>, IList<User>, ICollection<User>, IReadOnlyList<User>, IReadOnlyCollection<User>, IEnumerable<User>, IList, ICollection, IEnumerable
- Inheritance
-
ReadOnlyUserCollection
- Implements
- Inherited Members
- Extension Methods
Constructors
ReadOnlyUserCollection()
Creates a new instance of a class.
public ReadOnlyUserCollection()
ReadOnlyUserCollection(IList<User>)
Creates a new instance of a class.
public ReadOnlyUserCollection(IList<User> list)