System.Windows.PropertyPathParser.PropertyPathParser C# (CSharp) 메소드

PropertyPathParser() 공개 메소드

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