Example #1
0
 protected internal abstract TImmutable Immutify([CanBeNull] TMutable mutable, ImmutableSupport support);
Example #2
0
 public TMutable GetOrCreateMutable(ImmutableSupport support)
 {
     return(support.GetOrCreateMutable(this, () => CreateMutable()));
 }