Declaración
func GetAllKeys(target Map<object, object>) List<object>
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Target | Map | Target dictionary |
Regresar
Tipo | Descripción |
---|---|
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
Nombre | Tipo | Descripción |
---|---|---|
Target | Map | Target dictionary |
Tipo | Descripción |
---|---|
ListT_Object | List of all key values |