Click or drag to resize
IRangeObservableCollectionT Interface
Zet Universe

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

This class supports Zet Universe and is not intended to be used directly from your code.

Namespace: ZU.Collections.ObjectModel
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public interface IRangeObservableCollection<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:ZU.Collections.ObjectModel.IRangeObservableCollection`1"]

The IRangeObservableCollectionT type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionT.)
Public propertyIsReadOnly (Inherited from ICollectionT.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListT.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionT.)
Public methodAddRange
Public methodClear
Public methodContains (Inherited from ICollectionT.)
Public methodCopyTo (Inherited from ICollectionT.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableT.)
Public methodIndexOf (Inherited from IListT.)
Public methodInsert (Inherited from IListT.)
Public methodNotifyRefreshCollection
Public methodRemove (Inherited from ICollectionT.)
Public methodRemoveAt (Inherited from IListT.)
Top
Events
  NameDescription
Public eventCollectionChanged
Top
See Also