[]
Gets a collection that contains the values in the inner collection.
public ICollection<string> Values { get; }
Public ReadOnly Property Values As ICollection(Of String)
Type | Description |
---|---|
ICollection<string> | A string collection that contains the values of the collection. |