JsonPathInfoResolveSegmentsWithWildCardArrayIndexes Method

Gets the indexes of segments with wild-card array indexes.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public static int[] ResolveSegmentsWithWildCardArrayIndexes(
	string[] segments
)

Parameters

segments  String
The list of path segments.

Return Value

Int32
Segment indexes.

See Also