The HeaderCollectiontype exposes the following members.

Properties

  Name Description
Public property Count Number of elements that are contained in the collection.
Public property IsFixedSize Indicates whether the list has a fixed size.
Public property IsReadOnly Indicates whether the list is read-only.
Public property IsSynchronized Indicates whether access to the collection is synchronized.
Public property Item Retrieves a reference to the element at the specified index. In C#, the Itemproperty is the indexer for the HeaderCollection class.
Public property SyncRoot The SyncRootproperty contains an object that is used to synchronize access to the collection. This implementation always returns the current instance of the HeaderCollection object.
Top

See also