Skip to content

Instantly share code, notes, and snippets.

@devwithzachary
Created February 8, 2022 10:23
Show Gist options
  • Save devwithzachary/ec06fa620fe39d2ab5fdbe2d5f0b9240 to your computer and use it in GitHub Desktop.
Save devwithzachary/ec06fa620fe39d2ab5fdbe2d5f0b9240 to your computer and use it in GitHub Desktop.
IDictionary<string, Java.Lang.Object> ConfigVariables = new Dictionary<string, Java.Lang.Object>();
ConfigVariables.Add("value1", "Default");
AGConnectConfig.Instance.ApplyDefault(ConfigVariables);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment