C# Class System.Xml.Schema.LeafRangeNode

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

Méthodes publiques

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

Method Details

Clone() public méthode

public Clone ( Positions positions ) : SyntaxTreeNode
positions Positions
Résultat SyntaxTreeNode

LeafRangeNode() public méthode

public LeafRangeNode ( decimal min, decimal max ) : System
min decimal
max decimal
Résultat System

LeafRangeNode() public méthode

public LeafRangeNode ( int pos, decimal min, decimal max ) : System
pos int
min decimal
max decimal
Résultat System