System.Windows.PropertyPathParser.PropertyPathParser C# (CSharp) Method

PropertyPathParser() public method

public PropertyPathParser ( string path ) : System
path string
return System
		public PropertyPathParser (string path)
		{
			Path = path;
		}
PropertyPathParser