Click or drag to resize

dSetString Delegate

Represents the method that receives a String.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public delegate void dSetString(
	string str
)

Parameters

str
Type: SystemString
See Also