Last active
November 17, 2020 18:22
-
-
Save zHaytam/2ab3324b29724aa4de1b4a9ac6c1e6b7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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