C# Class System.Xml.Schema.LeafRangeNode

Using range node as one of the terminals
Inheritance: LeafNode
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Clone ( Positions positions ) : SyntaxTreeNode
LeafRangeNode ( decimal min, decimal max ) : System
LeafRangeNode ( int pos, decimal min, decimal max ) : System

Method Details

Clone() public method

public Clone ( Positions positions ) : SyntaxTreeNode
positions Positions
return SyntaxTreeNode

LeafRangeNode() public method

public LeafRangeNode ( decimal min, decimal max ) : System
min decimal
max decimal
return System

LeafRangeNode() public method

public LeafRangeNode ( int pos, decimal min, decimal max ) : System
pos int
min decimal
max decimal
return System