X13.Periphery.MsDevice.NTRecord.NTRecord C# (CSharp) Метод

NTRecord() публичный Метод

public NTRecord ( string name, Type type ) : System
name string
type System.Type
Результат System
      public NTRecord(string name, Type type) {
        this.name=name;
        this.type=type;
      }
      public readonly string name;
MsDevice.NTRecord