![]() |
VOOZH | about |
public System.Collections.ICollection Values { get; }
Return Value: It returns an ICollection object containing the values in the OrderedDictionary collection.
Below given are some examples to understand the implementation in a better way:
Example 1:
Output:
value1 value2 value3 value4 value5Example 2:
Apple Banana Cat DogReference: