Click or drag to resize

MetadataManagerSerializableTypeItemLoadDelegate Delegate

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public delegate void LoadDelegate(
	MetadataLoadContext context,
	MetadataTypeInfo type,
	string parameterName,
	MetadataManagerSerializationMemberData memberOptional,
	TextBlock block,
	ref bool gotValue,
	ref Object value,
	ref string error
)

Parameters

context
Type: NeoAxisMetadataLoadContext
type
Type: NeoAxisMetadataTypeInfo
parameterName
Type: SystemString
memberOptional
Type: NeoAxisMetadataManagerSerializationMemberData
block
Type: NeoAxisTextBlock
gotValue
Type: SystemBoolean
value
Type: SystemObject
error
Type: SystemString
See Also