![]() | appendAppendT Method (T, IEnumerableT) |
Namespace: WhetStone.Looping
public static void Append<T>( ref T[] this, IEnumerable<T> toAdd )
The array will be mutated.
If toAdd is a ICollectionT or IReadOnlyCollectionT, its CopyTo(T, Int32) method will be called.
If all the elements to add are T's default value, assigning can be skipped.