Skip to content

Instantly share code, notes, and snippets.

@zHaytam
Last active November 17, 2020 21:43
Show Gist options
  • Save zHaytam/b4ca1b4f5e43559f32fb923d430c0819 to your computer and use it in GitHub Desktop.
Save zHaytam/b4ca1b4f5e43559f32fb923d430c0819 to your computer and use it in GitHub Desktop.
foreach (var property in typeof(ListProductsRequest).GetProperties())
{
var name = property.Name.ToCamelCase();
var getter = GenerateGetterLambda(property);
// Cache it
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment