Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

System.Collections.Generic.ListExtensions

Malware edited this page Dec 25, 2018 · 51 revisions

Index

ListExtensions Class

private public abstract sealed ListExtensions
```csharp

**Namespace:** [System.Collections.Generic](System.Collections.Generic)  
**Assembly:** VRage.Library.dll

### Example

### Remarks

###### Methods

|Member|Description|
|---|---|
|[GetClearToken(List)](System.Collections.Generic.ListExtensions.GetClearToken)||
|[RemoveAtFast(List, int)](System.Collections.Generic.ListExtensions.RemoveAtFast)||
|[RemoveAtFast(IList, int)](System.Collections.Generic.ListExtensions.RemoveAtFast)||
|[GetInternalArray(List)](System.Collections.Generic.ListExtensions.GetInternalArray)||
|[AddOrInsert(List, T, int)](System.Collections.Generic.ListExtensions.AddOrInsert)||
|[AddArray(List, T[])](System.Collections.Generic.ListExtensions.AddArray)||
|[AddArray(List, T[], int)](System.Collections.Generic.ListExtensions.AddArray)||
|[SetSize(List, int)](System.Collections.Generic.ListExtensions.SetSize)||
|[AddList(List, List)](System.Collections.Generic.ListExtensions.AddList)||
|[AddHashset(List, HashSet)](System.Collections.Generic.ListExtensions.AddHashset)||
|[AddHashsetCasting(List, HashSet)](System.Collections.Generic.ListExtensions.AddHashsetCasting)||
|[Move(List, int, int)](System.Collections.Generic.ListExtensions.Move)||
|[IsValidIndex(List, int)](System.Collections.Generic.ListExtensions.IsValidIndex)||
|[RemoveIndices(List, List)](System.Collections.Generic.ListExtensions.RemoveIndices)||
|[Swap(List, int, int)](System.Collections.Generic.ListExtensions.Swap)||
|[BinaryIntervalSearch(IList, T, IComparer)](System.Collections.Generic.ListExtensions.BinaryIntervalSearch)||
|[BinaryIntervalSearch(IList, Func)](System.Collections.Generic.ListExtensions.BinaryIntervalSearch)||
|[BinaryIntervalSearch(IList, T, Comparison)](System.Collections.Generic.ListExtensions.BinaryIntervalSearch)||
|[InsertInOrder(List, T, IComparer)](System.Collections.Generic.ListExtensions.InsertInOrder)||
|[InsertInOrder(List, T)](System.Collections.Generic.ListExtensions.InsertInOrder)||
|[IsSorted(List, IComparer)](System.Collections.Generic.ListExtensions.IsSorted)||
|[AssertEmpty(List)](System.Collections.Generic.ListExtensions.AssertEmpty)||
|[EnsureCapacity(List, int)](System.Collections.Generic.ListExtensions.EnsureCapacity)||
|[Pop(List)](System.Collections.Generic.ListExtensions.Pop)||
|[SortNoAlloc(List, Comparison)](System.Collections.Generic.ListExtensions.SortNoAlloc)||
|[AtMod(List, int)](System.Collections.Generic.ListExtensions.AtMod)||
|[AtMod(ListReader, int)](System.Collections.Generic.ListExtensions.AtMod)||
|[MaxBy(IEnumerable, Func)](System.Collections.Generic.ListExtensions.MaxBy)||
Clone this wiki locally