protected TsDescriptorFactoryInstanceBase(TsDescriptorType type) { if (null == type) throw new ArgumentNullException(nameof(type)); _type = type; }
public TsDescriptor(TsDescriptorType type) { this._type = type; }
public TsDescriptor(TsDescriptorType type) { _type = type; }