Ejemplo n.º 1
0
 private static IonNullLite ClonePrivate(IonNullLite prototype, IContext parentContext) => new IonNullLite(prototype, parentContext);
Ejemplo n.º 2
0
 private IonNullLite(IonNullLite existing, IContext context) : base(existing, context)
 {
 }