Click or drag to resize

dSetLong Delegate

Represents the method that receives a long.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public delegate void dSetLong(
	long num
)

Parameters

num
Type: SystemInt64
See Also