Click or drag to resize

NumberGenerator Constructor

Initializes a new instance of the NumberGenerator class.

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public NumberGenerator(
	int min,
	int max
)
View Source

Parameters

min  Int32
The min.
max  Int32
The max.
See Also