Declaration
func GetAllKeys(target Map<object, object>) List<object>
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Target | Map | Target dictionary |
Return
| Type | Description |
|---|---|
| ListT_Object | List of all key values |
Get all the keys of the dictionary and return them as a list
func GetAllKeys(target Map<object, object>) List<object>
go
| Name | Type | Description |
|---|---|---|
| Target | Map | Target dictionary |
| Type | Description |
|---|---|
| ListT_Object | List of all key values |