Esempio n. 1
0
 public T[] ToArray() =>
 Prelude.toArray(AsEnumerable());
Esempio n. 2
0
 public ImmutableArray <R> ToArray() =>
 Prelude.toArray(AsEnumerable());
Esempio n. 3
0
 public static ImmutableArray <Either <T, Exception> > ToArray <T>(this TryOption <T> self) =>
 Prelude.toArray(self.AsEnumerable());