C# 클래스 PHPAnalysis.Utils.XmlHelpers.BreakContinue

파일 보기 프로젝트 열기: jtvn/Eir-CTLLTL

공개 프로퍼티들

프로퍼티 타입 설명
DefaultScopeNumber int

공개 메소드들

메소드 설명
TryGetScopeNumber ( XmlNode node, int &scopeNumber ) : bool

Tries to get the number associated with the break/continue statement. e.g. Continue 3; or Break 10;

메소드 상세

TryGetScopeNumber() 공개 정적인 메소드

Tries to get the number associated with the break/continue statement. e.g. Continue 3; or Break 10;
public static TryGetScopeNumber ( XmlNode node, int &scopeNumber ) : bool
node System.Xml.XmlNode
scopeNumber int
리턴 bool

프로퍼티 상세

DefaultScopeNumber 공개적으로 정적으로 프로퍼티

public static int DefaultScopeNumber
리턴 int