コード例 #1
0
        protected TsDescriptorFactoryInstanceBase(TsDescriptorType type)
        {
            if (null == type)
                throw new ArgumentNullException(nameof(type));

            _type = type;
        }
コード例 #2
0
 public TsDescriptor(TsDescriptorType type)
 {
     this._type = type;
 }
コード例 #3
0
ファイル: TsDescriptor.cs プロジェクト: henricj/phonesm
 public TsDescriptor(TsDescriptorType type)
 {
     _type = type;
 }