Ejemplo n.º 1
0
 /// <summary>
 /// Get a null array of string using the multi-array format
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='arrayQuery'>
 /// a null array of string using the multi-array format
 /// </param>
 public static void ArrayStringMultiNull(this IQueries operations, IList <string> arrayQuery = default(IList <string>))
 {
     operations.ArrayStringMultiNullAsync(arrayQuery).GetAwaiter().GetResult();
 }