TypeConverter.StandardValuesCollection Class
Represents a collection of values.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | TypeConverter.StandardValuesCollection(ICollection) | Initializes a new instance of the TypeConverter.StandardValuesCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of objects in the collection. |
![]() | Item(Int32) | Gets the object at the specified index number. |
| Name | Description | |
|---|---|---|
![]() | CopyTo(Array, Int32) | Copies the contents of this collection to an array. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator for this collection. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo(Array, Int32) | Copies the contents of this collection to an array. |
![]() ![]() | IEnumerable.GetEnumerator() | For a description of this member, see IEnumerable.GetEnumerator. |
![]() ![]() | ICollection.Count | For a description of this member, see ICollection.Count. |
![]() ![]() | ICollection.IsSynchronized | For a description of this member, see ICollection.IsSynchronized. |
![]() ![]() | ICollection.SyncRoot | For a description of this member, see ICollection.SyncRoot. |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<'TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<'TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
This is a simple collection class that takes an array of values and converts it to a collection. It is lightweight and is well suited for use in GetStandardValues.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





