Class SwapCollectionExtensions
A set of extension methods for collections
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public static class SwapCollectionExtensions
Methods
Name | Description |
---|---|
TrySwap<TValue>(IList<TValue>, int, int, out Exception) | Tries to remove a range of elements from the list in the given range. |