コード例 #1
0
ファイル: BlobBuilder.cs プロジェクト: dlech/SshAgentLib
 public void AddInt(UInt32 aInt)
 {
     byteList.AddRange(aInt.ToBytes());
 }