IChannelCollectionT Methods

Methods

AddAdds an item to the ICollectionT.
(Inherited from ICollectionT)
ClearRemoves all items from the ICollectionT.
(Inherited from ICollectionT)
ContainsDetermines whether the ICollectionT contains a specific value.
(Inherited from ICollectionT)
CopyToCopies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ICollectionT)
GenerateBinaryImage(Byte[], Int32) Generates binary image of the object and copies it into the given buffer, for BinaryLength bytes.
(Inherited from ISupportBinaryImage)
GetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableT)
GetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Obsolete
IndexOfDetermines the index of a specific item in the IListT.
(Inherited from IListT)
InsertInserts an item to the IListT at the specified index.
(Inherited from IListT)
ParseBinaryImage(Byte[], Int32, Int32) Initializes object by parsing the specified buffer containing a binary image.
(Inherited from ISupportBinaryImage)
RemoveRemoves the first occurrence of a specific object from the ICollectionT.
(Inherited from ICollectionT)
RemoveAtRemoves the IListT item at the specified index.
(Inherited from IListT)

Extension Methods

CopyImage This is a common optimized block copy function for any kind of data.
(Defined by Common)

See Also