Click or drag to resize

IChannelCollection<T> Properties

The IChannelCollection<T> type exposes the following members.

Properties
  Name Description
Public property Attributes Gets a Dictionary<TKey, TValue> of string based property names and values for this IChannel object.
(Inherited from IChannel)
Public property BinaryLength Gets the length of the binary image.
(Inherited from ISupportBinaryImage)
Public property Count Gets the number of elements contained in the ICollection<T>.
(Inherited from ICollection<T> )
Public property FixedElementSize Gets flag that indicates if collection elements have a fixed size.
Public property IsReadOnly Gets a value indicating whether the ICollection<T> is read-only.
(Inherited from ICollection<T> )
Public property Item Gets or sets the element at the specified index.
(Inherited from IList<T> )
Public property State Gets or sets the parsing state for this IChannel object.
(Inherited from IChannel)
Public property Tag Gets or sets a user definable reference to an object associated with this IChannel object.
(Inherited from IChannel)
Top
See Also