The FieldItemCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FieldItemCollection | Initializes a new instance of the FieldItemCollection class. |
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clear | Removes all elements from a SortedList object. (Inherited from SortedList.) | |
| Clone | Creates a shallow copy of a SortedList object. (Inherited from SortedList.) | |
| Contains | Determines whether a SortedList object contains a specific key. (Inherited from SortedList.) | |
| ContainsKey | Determines whether a SortedList object contains a specific key. (Inherited from SortedList.) | |
| ContainsValue | Determines whether a SortedList object contains a specific value. (Inherited from SortedList.) | |
| CopyTo | Copies SortedList elements to a one-dimensional Array object, starting at the specified index in the array. (Inherited from SortedList.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetByIndex | Gets the value at the specified index of a SortedList object. (Inherited from SortedList.) | |
| GetEnumerator | Implements GetEnumerator()()(). (Overrides SortedList..::.GetEnumerator()()().) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetKey | Gets the key at the specified index of a SortedList object. (Inherited from SortedList.) | |
| GetKeyList | Gets the keys in a SortedList object. (Inherited from SortedList.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetValueList | Gets the values in a SortedList object. (Inherited from SortedList.) | |
| IndexOfKey | Returns the zero-based index of the specified key in a SortedList object. (Inherited from SortedList.) | |
| IndexOfValue | Returns the zero-based index of the first occurrence of the specified value in a SortedList object. (Inherited from SortedList.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove | Removes the element with the specified key from a SortedList object. (Inherited from SortedList.) | |
| RemoveAt | Removes the element at the specified index of a SortedList object. (Inherited from SortedList.) | |
| SetByIndex | Replaces the value at a specific index in a SortedList object. (Inherited from SortedList.) | |
| ToString | (Inherited from Object.) | |
| TrimToSize | Sets the capacity to the actual number of elements in a SortedList object. (Inherited from SortedList.) |
Properties
| Name | Description | |
|---|---|---|
| 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.) | |
| Item | Overloaded. | |
| 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.) |