C# 클래스 System.Xml.Schema.LeafRangeNode

Using range node as one of the terminals
상속: LeafNode
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( Positions positions ) : SyntaxTreeNode
LeafRangeNode ( decimal min, decimal max ) : System
LeafRangeNode ( int pos, decimal min, decimal max ) : System

메소드 상세

Clone() 공개 메소드

public Clone ( Positions positions ) : SyntaxTreeNode
positions Positions
리턴 SyntaxTreeNode

LeafRangeNode() 공개 메소드

public LeafRangeNode ( decimal min, decimal max ) : System
min decimal
max decimal
리턴 System

LeafRangeNode() 공개 메소드

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