Ejemplo n.º 1
0
 /// <summary>
 /// Called for every GlowStreamEntry found in the glow tree.
 /// Since stream entries can only be contained in a GlowStreamCollection,
 /// which itself is the root of the glow tree, there is no path parameter
 /// passed to this method.
 /// </summary>
 /// <param name="glow">The GlowStreamEntry to process.</param>
 protected abstract void OnStreamEntry(GlowStreamEntry glow);
Ejemplo n.º 2
0
 protected override void OnStreamEntry(GlowStreamEntry glow)
 {
 }