Click or drag to resize

ReferenceUtilityParseReference Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void ParseReference(
	string reference,
	out string type,
	out string content
)

Parameters

reference
Type: SystemString
type
Type: SystemString
content
Type: SystemString
See Also