DesignLogEntryParameterInt(String, Int32) Constructor

Initializes a new instance of the DesignLogEntryParameterInt class

Definition

Namespace: PCB_Investigator.Automation.DesignHistory
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public DesignLogEntryParameterInt(
	string key,
	int value
)

Parameters

key  String
 
value  Int32
 

See Also