The following tables list the members exposed by ReadOnlyFeatureSourceCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of items the collection. |
![]() | IsReadOnly | Gets a value indicating whether the IList is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
![]() | Item | Overloaded. Gets the feature source corresponding to the name. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ICollection. |
Name | Description | |
---|---|---|
![]() | Contains | Determines whether the IList contains a specific value. |
![]() | CopyTo | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. |
![]() | IndexOf | Determines the index of a specific item in the IList. |
![]() | ToArray | Returns the collection as an array. |