Namespace: SchemaExplorer.Serialization
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
protected virtual string[] GetObjectNameExpressions(
	PropertySerializerContext context
)
Visual Basic
Protected Overridable Function GetObjectNameExpressions ( 
	context As PropertySerializerContext
) As String()

Return Value

Type: array<String>[]()[][]

See Also