C# Class PHPAnalysis.Utils.XmlHelpers.ExprVarNode

Afficher le fichier Open project: jtvn/Eir-CTLLTL

Méthodes publiques

Méthode Description
TryGetVariableName ( XmlNode node, string &varName ) : bool

Tries to get the variables name. This will only work if the variable name is static. $var : will be 'var' $$var : will fail.

Method Details

TryGetVariableName() public static méthode

Tries to get the variables name. This will only work if the variable name is static. $var : will be 'var' $$var : will fail.
public static TryGetVariableName ( XmlNode node, string &varName ) : bool
node System.Xml.XmlNode
varName string
Résultat bool