예제 #1
0
파일: BT.cs 프로젝트: mudboy/tvrename
        public BTChunk Type; // from enum

        #endregion Fields

        #region Constructors

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

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