Esempio n. 1
0
 public DefaultElement(TagType tag, byte[] innerBuffer) {
     _Tag = tag;
     _Data = new StaticByteArray(innerBuffer);
 }
 public DefaultElement(TagType tag, byte[] innerBuffer)
 {
     _Tag  = tag;
     _Data = new StaticByteArray(innerBuffer);
 }