System.Windows.Data.StandardPropertyPathNode.StandardPropertyPathNode C# (CSharp) Method

StandardPropertyPathNode() public method

public StandardPropertyPathNode ( string typeName, string propertyName ) : System
typeName string
propertyName string
return System
		public StandardPropertyPathNode (string typeName, string propertyName)
		{
			TypeName = typeName;
			PropertyName = propertyName;
		}