C# Class MvvmCross.Binding.ExpressionParse.MvxParsedExpression.IndexedNode

Inheritance: INode
Datei anzeigen Open project: MvvmCross/MvvmCross

Public Methods

Method Description
AppendPrintTo ( StringBuilder builder ) : void
IndexedNode ( string indexValue ) : System.Collections.Generic

Method Details

AppendPrintTo() public method

public AppendPrintTo ( StringBuilder builder ) : void
builder System.Text.StringBuilder
return void

IndexedNode() public method

public IndexedNode ( string indexValue ) : System.Collections.Generic
indexValue string
return System.Collections.Generic