Click or drag to resize

SimpleTypesParseTypeDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public delegate Object ParseTypeDelegate(
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: Object
See Also