Represents a protocol independent collection of IConfigurationCell objects.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
[SerializableAttribute] public class ConfigurationCellCollection : ChannelCellCollectionBase<IConfigurationCell>
<SerializableAttribute> _ Public Class ConfigurationCellCollection _ Inherits ChannelCellCollectionBase(Of IConfigurationCell)
[SerializableAttribute] public ref class ConfigurationCellCollection : public ChannelCellCollectionBase<IConfigurationCell^>
 Members
 Members| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description | 
|---|---|---|
|  | ConfigurationCellCollection(Int32, Boolean) | 
            Creates a new ConfigurationCellCollection from specified parameters.
             | 
|  | ConfigurationCellCollection(SerializationInfo, StreamingContext) | 
            Creates a new ConfigurationCellCollection from serialization parameters.
             | 
|  | Add(T) | 
                    Adds an object to the end of the Collection<(Of <(<'T>)>)>. 
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | AddRange(IEnumerable<(Of <<'(T>)>>)) | 
            Adds the elements of the specified collection to the end of the ChannelCollectionBase<(Of <(<'T>)>)>.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | Attributes | 
            Gets a Dictionary<(Of <(<'TKey, TValue>)>)> of string based property names and values for this ChannelCellCollectionBase<(Of <(<'T>)>)> object.
            (Inherited from ChannelCellCollectionBase<(Of <(<'T>)>)>.) | 
|  | BinaryImage | 
            Gets the binary image of this ChannelCollectionBase<(Of <(<'T>)>)>.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | BinaryLength | 
            Gets the length of the BinaryImage.
            (Inherited from ChannelCellCollectionBase<(Of <(<'T>)>)>.) | 
|  | Clear()()()() | 
                    Removes all elements from the Collection<(Of <(<'T>)>)>.
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | ClearItems()()()() | 
            Removes all elements from the ChannelCollectionBase<(Of <(<'T>)>)>.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | CollectionChanged | 
            Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | ConstantCellLength | 
            Gets flag that determines if the lengths of IChannelCell elements in this ChannelCellCollectionBase<(Of <(<'T>)>)> are constant.
            (Inherited from ChannelCellCollectionBase<(Of <(<'T>)>)>.) | 
|  | Contains(T) | 
                    Determines whether an element is in the Collection<(Of <(<'T>)>)>.
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | CopyTo(array<T>[]()[][], Int32) | 
                    Copies the entire Collection<(Of <(<'T>)>)> to a compatible one-dimensional Array, starting at the specified index of the target array.
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | Count | 
                    Gets the number of elements actually contained in the Collection<(Of <(<'T>)>)>.
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Finalize()()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                (Inherited from Object.) | 
|  | GetEnumerator()()()() | 
                    Returns an enumerator that iterates through the Collection<(Of <(<'T>)>)>.
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | GetHashCode()()()() | 
                    Serves as a hash function for a particular type. 
                (Inherited from Object.) | 
|  | GetObjectData(SerializationInfo, StreamingContext) | 
            Populates a SerializationInfo with the data needed to serialize the target object.
            (Inherited from ChannelCellCollectionBase<(Of <(<'T>)>)>.) | 
|  | GetType()()()() | 
                    Gets the Type of the current instance.
                (Inherited from Object.) | 
|  | IndexOf(T) | 
                    Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<(Of <(<'T>)>)>.
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | IndexOfIDCode(UInt16) | 
            Attempts to find the index of the IConfigurationCell with the specified ID code.
             | 
|  | IndexOfIDLabel(String) | 
            Attempts to find the index of the IConfigurationCell with the specified ID label.
             | 
|  | IndexOfStationName(String) | 
            Attempts to find the index of the IConfigurationCell with the specified station name.
             | 
|  | Insert(Int32, T) | 
                    Inserts an element into the Collection<(Of <(<'T>)>)> at the specified index.
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | InsertItem(Int32, T) | 
            Inserts an element into the ChannelCollectionBase<(Of <(<'T>)>)> at the specified index.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | Item[([( Int32])]) | 
                    Gets or sets the element at the specified index.
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | Items | 
                    Gets a IList<(Of <(<'T>)>)> wrapper around the Collection<(Of <(<'T>)>)>.
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | MaximumCount | 
            Gets or sets the maximum allowed number of items for this ChannelCollectionBase<(Of <(<'T>)>)>.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | MemberwiseClone()()()() | 
                    Creates a shallow copy of the current Object.
                (Inherited from Object.) | 
|  | OnCollectionChanged(NotifyCollectionChangedEventArgs) | 
            Raises the NotifyCollectionChangedEventHandler event.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | RefreshBinding()()()() | 
            Manually sends a Reset to the collection changed event.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | Remove(T) | 
                    Removes the first occurrence of a specific object from the Collection<(Of <(<'T>)>)>.
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | RemoveAt(Int32) | 
                    Removes the element at the specified index of the Collection<(Of <(<'T>)>)>.
                (Inherited from Collection<(Of <(<'IConfigurationCell>)>)>.) | 
|  | RemoveItem(Int32) | 
            Removes the element at the specified index of the ChannelCollectionBase<(Of <(<'T>)>)>.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | SetItem(Int32, T) | 
            Replaces the element at the specified index.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | State | 
            Gets or sets the parsing state for this IChannel object.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | Tag | 
            Gets or sets a user definable reference to an object associated with this IChannel object.
            (Inherited from ChannelCollectionBase<(Of <(<'T>)>)>.) | 
|  | ToString()()()() | (Inherited from Object.) | 
|  | TryGetByIDCode(UInt16, IConfigurationCell%) | 
            Attempts to get IConfigurationCell with the specified ID code.
             | 
|  | TryGetByIDLabel(String, IConfigurationCell%) | 
            Attempts to get IConfigurationCell with the specified label.
             | 
|  | TryGetByStationName(String, IConfigurationCell%) | 
            Attempts to get IConfigurationCell with the specified station name.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |||||
|  | Collection<(Of <(<'IConfigurationCell>)>)> | ||||
|  | ChannelCollectionBase<(Of <(<'IConfigurationCell>)>)> | ||||
|  | ChannelCellCollectionBase<(Of <(<'IConfigurationCell>)>)> | ||||
|  | ConfigurationCellCollection | ||||
|  | ConfigurationCellCollection | ||||
|  | ConfigurationCellCollection | ||||
|  | ConfigurationCellCollection | ||||
|  | ConfigurationCellCollection | ||||
|  | ConfigurationCellCollection | ||||
|  | ConfigurationCellCollection | ||||
|  | ConfigurationCellCollection | ||||