NonExpandableCollectionT Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Represents a generic collection of T where items cannot be added only removed.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.Security.EIdentityNonExpandableCollectionT

Namespace: ContentStudio.Site.Security.EIdentity
Assembly: ContentStudio.Site.Security.EIdentity (in ContentStudio.Site.Security.EIdentity.dll) Version: 5.6.5014.0 (5.6.5014.0)
Syntax

public class NonExpandableCollection<T> : IEnumerable<T>, 
	IEnumerable

Type Parameters

T
the type of items stored

The NonExpandableCollectionT type exposes the following members.

Constructors

  NameDescription
Public methodNonExpandableCollectionT
Initializes a new instance of the NonExpandableCollectionT class from a list of T items.
Top
Properties

  NameDescription
Public propertyCount
Gets the number of names.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Removes the specified item.
Public methodToString (Inherited from Object.)
Top
See Also

Reference