how to get length of okobjectresult c# code example
Example: how to get length of okobjectresult c#
var count = (int)okResult.Value.GetType().GetProperty("count").GetValue(okResult.Value);
var count = (int)okResult.Value.GetType().GetProperty("count").GetValue(okResult.Value);