OPC Studio User's Guide and Reference
IObservableKeyedCollection<TKey,TItem> Interface Members
Properties  Methods 

OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.Generic Namespace : IObservableKeyedCollection<TKey,TItem> Interface

The following tables list the members exposed by IObservableKeyedCollection<TKey,TItem>.

Public Properties
 NameDescription
 PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<TItem>)
 PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<TItem>)
 PropertyGets or sets the element at the specified index. (Inherited from System.Collections.Generic.IList<TItem>)
Top
Public Methods
 NameDescription
 MethodAdds an item to the ICollection. (Inherited from System.Collections.Generic.ICollection<TItem>)
 MethodRemoves all items from the ICollection. (Inherited from System.Collections.Generic.ICollection<TItem>)
 MethodDetermines whether the collection contains an element with the specified key. (Inherited from OpcLabs.BaseLib.Collections.Generic.IKeyedCollection<TKey,TItem>)
 MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<TItem>)
 MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<TItem>)
 MethodDetermines the index of a specific item in the IList. (Inherited from System.Collections.Generic.IList<TItem>)
 MethodInserts an item to the IList at the specified index. (Inherited from System.Collections.Generic.IList<TItem>)
 MethodRemoves the element with the specified key from the IKeyedCollection<TKey,TItem>. (Inherited from OpcLabs.BaseLib.Collections.Generic.IKeyedCollection<TKey,TItem>)
 MethodRemoves the IList item at the specified index. (Inherited from System.Collections.Generic.IList<TItem>)
 MethodTries to get an item from the collection using the specified key. (Inherited from OpcLabs.BaseLib.Collections.Generic.IKeyedCollection<TKey,TItem>)
Top
See Also

Reference

IObservableKeyedCollection<TKey,TItem> Interface
OpcLabs.BaseLib.Collections.Generic Namespace