コード例 #1
0
 protected FileType AddSignatures(params byte[][] bytes)
 {
     Signatures.AddRange(bytes);
     return(this);
 }