The MessageIdCollection type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkMessageIdCollection
Initializes a new instance of MessageIdCollection.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkAdd
Adds a MessageId to the end of the list.
Public methodSupported by the .NET Compact FrameworkAddRange
Adds a range of items contained in the specified collection. The type of items being added has to correspond to the type of collection being updated.
(Inherited from HeaderValueCollection.)
Public methodSupported by the .NET Compact FrameworkClear
Removes all items from the list.
(Inherited from HeaderValueCollection.)
Public methodSupported by the .NET Compact FrameworkClone
Creates a copy of the header.
(Inherited from HeaderValueCollection.)
Public methodSupported by the .NET Compact FrameworkCopyTo(Array, Int32)
Copies the range of elements from the HeaderValueCollection to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from HeaderValueCollection.)
Public methodSupported by the .NET Compact FrameworkCopyTo(array<MessageId>[]()[][], Int32)
Copies the range of elements from the MessageIdCollection to a compatible one-dimensional array, starting at the specified index of the target array.
Public methodSupported by the .NET Compact FrameworkEncode
Writes an encoded header value into a TextWriter.
(Overrides HeaderValueCollection..::..Encode(TextWriter).)
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetEnumerator
Gets an IEnumerator for the collection.
(Inherited from HeaderValueCollection.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkRemoveAt
Removes the item at the specified index from the list.
(Inherited from HeaderValueCollection.)
Public methodSupported by the .NET Compact FrameworkToString
Converts the value of this header to its String representation.
(Overrides Object..::..ToString()()()().)

Operators

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCount
Gets the number of items in the collection.
(Inherited from HeaderValueCollection.)
Public propertySupported by the .NET Compact FrameworkIsSynchronized
Gets a value indicating whether access to HeaderValueCollection is synchronized (thread-safe).
(Inherited from HeaderValueCollection.)
Public propertySupported by the .NET Compact FrameworkItem
Gets or sets the MessageId at the specified index.
Public propertySupported by the .NET Compact FrameworkSyncRoot
Gets an object that can be used to synchronize access to HeaderValueCollection object.
(Inherited from HeaderValueCollection.)

Explicit Interface Implementations

See Also