ReadOnlyDictionary45<TKey,TValue>.ValueCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of dictionary values
[System.Serializable]
public sealed class ReadOnlyDictionary45<TKey,TValue>.ValueCollection : System.Collections.Generic.ICollection<TValue>, System.Collections.Generic.IEnumerable<TValue>, System.Collections.ICollection
[<System.Serializable>]
type ReadOnlyDictionary45<'Key, 'Value>.ValueCollection = class
interface ICollection<'Value>
interface seq<'Value>
interface IEnumerable
interface ICollection
Public NotInheritable Class ReadOnlyDictionary45(Of TKey, TValue).ValueCollection
Implements ICollection, ICollection(Of TValue), IEnumerable(Of TValue)
Type Parameters
- TKey
- TValue
- Inheritance
-
ReadOnlyDictionary45<TKey,TValue>.ValueCollection
- Attributes
- Implements
Properties
Count |
The count of values in the collection |
Methods
CopyTo(TValue[], Int32) |
Copies the values to the specified array |
GetEnumerator() |
Gets an enumerator |
Explicit Interface Implementations
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |