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