The FieldItemCollection type exposes the following members.

Properties

  NameDescription
Capacity
Gets or sets the capacity of a SortedList object.
(Inherited from SortedList.)
Count
Gets the number of elements contained in a SortedList object.
(Inherited from SortedList.)
IsFixedSize
Gets a value indicating whether a SortedList object has a fixed size.
(Inherited from SortedList.)
IsReadOnly
Gets a value indicating whether a SortedList object is read-only.
(Inherited from SortedList.)
IsSynchronized
Gets a value indicating whether access to a SortedList object is synchronized (thread safe).
(Inherited from SortedList.)
ItemOverloaded.
Keys
Gets the keys in a SortedList object.
(Inherited from SortedList.)
SyncRoot
Gets an object that can be used to synchronize access to a SortedList object.
(Inherited from SortedList.)
Values
Gets the values in a SortedList object.
(Inherited from SortedList.)

See Also