Exemple #1
0
 /// <summary>
 /// Get complex types with long properties
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 public static LongWrapper GetLong(this IPrimitiveOperations operations)
 {
     return(operations.GetLongAsync().GetAwaiter().GetResult());
 }