C# Class System.Windows.PropertyPathParser

Datei anzeigen Open project: shana/moon Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PropertyPathParser ( string path ) : System
Step ( string &typeName, string &propertyName, string &index ) : PropertyNodeType

Method Details

PropertyPathParser() public method

public PropertyPathParser ( string path ) : System
path string
return System

Step() public method

public Step ( string &typeName, string &propertyName, string &index ) : PropertyNodeType
typeName string
propertyName string
index string
return PropertyNodeType