Creates a hash set with a single element for source-generated TomlSingleOrArrayAttribute handling.
protected static HashSet<T> CreateSingleElementHashSet<T>(T element)
The element to place in the collection.
element