[Missing <summary> documentation for "M:Mapper.Map.FindRoute(System.String,System.String)"]

Namespace: Mapper
Assembly: Mapper (in Mapper.dll) Version: 0.5.0.0

Syntax

C#
public string[] FindRoute(
	string startPath,
	string endPath
)

Parameters

startPath
Type: System..::..String

[Missing <param name="startPath"/> documentation for "M:Mapper.Map.FindRoute(System.String,System.String)"]

endPath
Type: System..::..String

[Missing <param name="endPath"/> documentation for "M:Mapper.Map.FindRoute(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:Mapper.Map.FindRoute(System.String,System.String)"]

See Also