Example #1
0
        public BTChunk Type; // from enum

        #endregion Fields

        #region Constructors

        protected BTItem(BTChunk type)
        {
            this.Type = type;
        }
Example #2
0
        public readonly BTChunk Type; // from enum

        protected BTItem(BTChunk type)
        {
            Type = type;
        }