Method GetKeys
GetKeys()
Get a copy of the list of keys as an array.
Declaration
public string[] GetKeys()
Returns
Type | Description |
---|---|
string[] | An array of strings containing all the keys. |
GetKeys(List<string>)
Populate a list of strings with all the keys from this detail.
Declaration
public void GetKeys(List<string> list)
Parameters
Type | Name | Description |
---|---|---|
List<string> | list | The list to populate. Keys will be appended to it. |