public BTChunk Type; // from enum #endregion Fields #region Constructors protected BTItem(BTChunk type) { this.Type = type; }
public readonly BTChunk Type; // from enum protected BTItem(BTChunk type) { Type = type; }