Skip to content

Instantly share code, notes, and snippets.

@sdanna
Created November 12, 2015 23:06
Show Gist options
  • Save sdanna/d45206f3801f45b3f44e to your computer and use it in GitHub Desktop.
Save sdanna/d45206f3801f45b3f44e to your computer and use it in GitHub Desktop.
var myComponent = Config.Global.Get<CustomObject>("myComponent");
Debug.WriteLine(myComponent.Id); // 3
Debug.WriteLine(myComponent.Text); // Blah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment