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