Exemplo n.º 1
0
 /// <summary>
 /// Perform reflection with the component.  Do the actual
 /// component work.
 /// </summary>
 /// <param name="context">Context within which to
 /// perform the reflection.</param>
 public abstract void PerformReflection(ReflectionContext context);
Exemplo n.º 2
0
 public override void PerformReflection(ReflectionContext context)
 {
     ReflectChildComponents(context);
 }