Click or drag to resize

CollectionT Class

Generic collection with events to monitor when an item was added/removed.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Core.DataCollection
    Slash.Unity.DataBind.Core.DataCollectionT

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public sealed class Collection<T> : Collection, 
	IList<T>, IEnumerable, ICollection<T>, IEnumerable<T>

Type Parameters

T
Type of items in the collection.

The CollectionT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyIsReadOnly
Indicates if the collection is read-only.
Public propertyItem
Gets or sets the element at the specified index.
Public propertyItemType
Type of items in this collection.
(Overrides CollectionItemType.)
Public propertyValue
Current data value.
(Overrides CollectionValue.)
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodImplode(String)Overloaded.
Creates a separated string from the items of a collection. Mostly used for debugging issues.
(Defined by CollectionUtils.)
Public Extension MethodImplodeT(String)Overloaded.
Creates a separated string from the items of a collection. Mostly used for debugging issues.
(Defined by CollectionUtils.)
Top
See Also