Table of Contents

Class ReadOnlyGroupCollection

Namespace
Dynamicweb.Security.UserManagement
Assembly
Dynamicweb.Security.dll
Represents a read-only collection of groups.
public class ReadOnlyGroupCollection : ReadOnlyCollection<Group>, IList<Group>, ICollection<Group>, IReadOnlyList<Group>, IReadOnlyCollection<Group>, IEnumerable<Group>, IList, ICollection, IEnumerable
Inheritance
ReadOnlyGroupCollection
Implements
Inherited Members
Extension Methods

Constructors

ReadOnlyGroupCollection(IList<Group>)

Creates a new instance of a class.
public ReadOnlyGroupCollection(IList<Group> list)

Parameters

list IList<Group>
The initial items that collection should hold.
To top