[]
Gets the collection of values corresponding to the specified field and T.
public IReadOnlyList<T> GetFieldValues<T>(string field)
Public Function GetFieldValues(Of T)(field As String) As IReadOnlyList(Of T)
| Type | Name | Description |
|---|---|---|
| string | field | The field to query the values. |
| Type | Description |
|---|---|
| IReadOnlyList<T> |
| Name | Description |
|---|---|
| T | The type of values requested. |