C# Class LessCss.Net.Minifier.TreeNode

Inheritance: ITreeNode
Mostrar archivo Open project: erikvanbrakel/less.net Class Usage Examples

Public Methods

Method Description
AppendChild ( ITreeNode child ) : void
AppendExpression ( IExpression expression ) : void
TreeNode ( string descriptor, ITreeNode parent ) : System.Collections.Generic

Method Details

AppendChild() public method

public AppendChild ( ITreeNode child ) : void
child ITreeNode
return void

AppendExpression() public method

public AppendExpression ( IExpression expression ) : void
expression IExpression
return void

TreeNode() public method

public TreeNode ( string descriptor, ITreeNode parent ) : System.Collections.Generic
descriptor string
parent ITreeNode
return System.Collections.Generic