Exemplo n.º 1
0
 public static bool[] AsBoolean([NotNull] this BitVectorList thisValue)
 {
     return((bool[])thisValue);
 }
Exemplo n.º 2
0
 public static string AsString([NotNull] this BitVectorList thisValue)
 {
     return((string)thisValue);
 }
Exemplo n.º 3
0
 public static byte[] AsBytes([NotNull] this BitVectorList thisValue)
 {
     return((byte[])thisValue);
 }