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