C# Класс PHPAnalysis.Utils.XmlHelpers.BreakContinue

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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