コード例 #1
0
ファイル: BitVectorList.cs プロジェクト: asm2025/essentialMix
 public static bool[] AsBoolean([NotNull] this BitVectorList thisValue)
 {
     return((bool[])thisValue);
 }
コード例 #2
0
ファイル: BitVectorList.cs プロジェクト: asm2025/essentialMix
 public static string AsString([NotNull] this BitVectorList thisValue)
 {
     return((string)thisValue);
 }
コード例 #3
0
ファイル: BitVectorList.cs プロジェクト: asm2025/essentialMix
 public static byte[] AsBytes([NotNull] this BitVectorList thisValue)
 {
     return((byte[])thisValue);
 }