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