Base class for the EmberPlus-Glow.Function and EmberPlus-Glow.QualifiedFunction types.
Inheritance: GlowContentElement
Ejemplo n.º 1
0
 /// <summary>
 /// Called for every GlowFunction found in the glow tree.
 /// </summary>
 /// <param name="glow">The GlowFunction to process.</param>
 /// <param name="path">The path of the function. The last number in the path
 /// is the function's number.</param>
 protected abstract void OnFunction(GlowFunctionBase glow, int[] path);
Ejemplo n.º 2
0
 protected override void OnFunction(GlowFunctionBase glow, int[] path)
 {
 }