Skip to content

Instantly share code, notes, and snippets.

@zHaytam
Last active November 17, 2020 18:22
Show Gist options
  • Save zHaytam/2ab3324b29724aa4de1b4a9ac6c1e6b7 to your computer and use it in GitHub Desktop.
Save zHaytam/2ab3324b29724aa4de1b4a9ac6c1e6b7 to your computer and use it in GitHub Desktop.
object instance = new ListProductsRequest
{
CategoryId = "qdfg3514sqdf65",
Page = 1,
Size = 10,
Filter = "price>10"
};
var value = (instance as ListProductsRequest).CategoryId;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment