Пример #1
0
 /// <summary>
 /// Gets the value of the parameter as an array of bools.
 /// </summary>
 /// <param name="count">Number of elements to get</param>
 /// <returns>
 /// The bool array
 /// </returns>
 public bool[] GetValueBooleanArray(int count)
 {
     return(_param.GetValueBooleanArray(count));
 }