Exemplo n.º 1
0
 /// <summary>
 /// Get an array of string ['ArrayQuery1', 'begin!*'();:@ &amp;=+$,/?#[]end' ,
 /// null, ''] using the pipes-array format
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='arrayQuery'>
 /// an array of string ['ArrayQuery1', 'begin!*'();:@ &amp;=+$,/?#[]end' ,
 /// null, ''] using the pipes-array format
 /// </param>
 public static void ArrayStringPipesValid(this IQueries operations, IList <string> arrayQuery = default(IList <string>))
 {
     operations.ArrayStringPipesValidAsync(arrayQuery).GetAwaiter().GetResult();
 }