Class NavArgumentKeyValuePair
NavArgumentKeyValuePair stores a key value pair of a navigation argument.
Inherited Members
Namespace: Unity.AppUI.Navigation
Assembly: solution.dll
Syntax
[Serializable]
public class NavArgumentKeyValuePair
Fields
Name | Description |
---|---|
key | The key of the argument. |
value | The value of the argument. |