The HeaderCollectiontype exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Number of elements that are contained in the collection. |
![]() |
IsFixedSize | Indicates whether the list has a fixed size. |
![]() |
IsReadOnly | Indicates whether the list is read-only. |
![]() |
IsSynchronized | Indicates whether access to the collection is synchronized. |
![]() |
Item | Retrieves a reference to the element at the specified index. In C#, the Itemproperty is the indexer for the HeaderCollection class. |
![]() |
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. |