コード例 #1
0
 /// <summary>
 /// Put complex types with byte properties
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='field'>
 /// </param>
 public static void PutByte(this IPrimitiveOperations operations, byte[] field = default(byte[]))
 {
     operations.PutByteAsync(field).GetAwaiter().GetResult();
 }