Click or drag to resize

counterEventArgs Constructor (counterEventType, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the counterEventArgs class

Namespace:  imbSCI.Core.math
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public counterEventArgs(
	counterEventType __type,
	string __message = ""
)
Request Example View Source

Parameters

__type
Type: imbSCI.Core.mathcounterEventType
__message (Optional)
Type: SystemString
See Also