Skip to content

Instantly share code, notes, and snippets.

@graylikeme
Created August 17, 2011 16:15
Show Gist options
  • Save graylikeme/1151906 to your computer and use it in GitHub Desktop.
Save graylikeme/1151906 to your computer and use it in GitHub Desktop.
dynamic
var item = new ImportantShopItem
{
Name = "נעליים",
Image = @"alk/hdsbnduaisgbdy8dca89sa7d8yhas79dghyigbiy=",
ItemNameEng = "Shoes",
Class = "Footware",
Group = "GroupName",
Price = 12.87,
Optional = new Dictionary<string, dynamic>
{
{"Color","Red"},
{"ShippingPrice", 12.5}
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment