Constructor PropertyPath
PropertyPath(string, params object[])
Construct a PropertyPath from a string and a list of parameters
public PropertyPath(string path, params object[] pathParameters)
Parameters
PropertyPath(object)
Public constructor that takes a single parameter. This is the degenerate PropertyPath (a path of a single step).
public PropertyPath(object parameter)
Parameters
parameter
object