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