Creates an immutable array with a single element for source-generated TomlSingleOrArrayAttribute handling.
protected static ImmutableArray<T> CreateSingleElementImmutableArray<T>(T element)
The element to place in the collection.
element