Beispiel #1
0
 private static IonNullLite ClonePrivate(IonNullLite prototype, IContext parentContext) => new IonNullLite(prototype, parentContext);
Beispiel #2
0
 private IonNullLite(IonNullLite existing, IContext context) : base(existing, context)
 {
 }