X13.Periphery.MsDevice.NTRecord.NTRecord C# (CSharp) Method

NTRecord() public method

public NTRecord ( string name, Type type ) : System
name string
type System.Type
return System
      public NTRecord(string name, Type type) {
        this.name=name;
        this.type=type;
      }
      public readonly string name;
MsDevice.NTRecord