Skip to content

ReflectionTools v3.2.0

Choose a tag to compare

@DanielWillett DanielWillett released this 26 May 07:40
· 9 commits to master since this release
8378756

Added bool Accessor.TrySetUnderlyingArray<T>(this List<T> list, T[] underlyingArray, int size) and void Accessor.SetUnderlyingArray<T>(this List<T> list, T[] underlyingArray, int size) for setting the underlying array and size of an existing list (so long as it has a _size and _items field.