Пример #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 protected HexBuffer(HexTags tags)
 {
     Properties = new VSUTIL.PropertyCollection();
     Tags       = tags ?? throw new ArgumentNullException(nameof(tags));
 }