protected TsDescriptorFactoryInstanceBase(TsDescriptorType type)
        {
            if (null == type)
                throw new ArgumentNullException(nameof(type));

            _type = type;
        }
Ejemplo n.º 2
0
 public TsDescriptor(TsDescriptorType type)
 {
     this._type = type;
 }
Ejemplo n.º 3
0
 public TsDescriptor(TsDescriptorType type)
 {
     _type = type;
 }