Files
adas-core/Documentation/docs/api/adas_core.module.ProxyDevices.ProxyDeviceSettings.yml
T
2026-06-26 10:29:23 +02:00

5262 lines
237 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: adas_core.module.ProxyDevices.ProxyDeviceSettings
commentId: T:adas_core.module.ProxyDevices.ProxyDeviceSettings
id: ProxyDeviceSettings
parent: adas_core.module.ProxyDevices
children: []
langs:
- csharp
- vb
name: ProxyDeviceSettings
nameWithType: ProxyDeviceSettings
fullName: adas_core.module.ProxyDevices.ProxyDeviceSettings
type: Class
source:
remote:
path: adas-core.module.ProxyDevices/ProxyDeviceSettings.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ProxyDeviceSettings
path: ../../adas-core.module.ProxyDevices/ProxyDeviceSettings.cs
startLine: 6
assemblies:
- adas-core.module.ProxyDevices
namespace: adas_core.module.ProxyDevices
summary: >-
Represents the settings for proxy devices, which are used to define and manage virtual devices that can be used for testing, simulation, or other purposes within the ADAS (Advanced Driver Assistance Systems) core module.
Each proxy device can have its own unique identifier, type, enabled status, and a set of parameters that can be customized as needed.
example: []
syntax:
content: 'public class ProxyDeviceSettings : List<ProxyDevice>, IList<ProxyDevice>, ICollection<ProxyDevice>, IReadOnlyList<ProxyDevice>, IReadOnlyCollection<ProxyDevice>, IEnumerable<ProxyDevice>, IList, ICollection, IEnumerable'
content.vb: Public Class ProxyDeviceSettings Inherits List(Of ProxyDevice) Implements IList(Of ProxyDevice), ICollection(Of ProxyDevice), IReadOnlyList(Of ProxyDevice), IReadOnlyCollection(Of ProxyDevice), IEnumerable(Of ProxyDevice), IList, ICollection, IEnumerable
inheritance:
- System.Object
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
implements:
- System.Collections.Generic.IList{adas_core.module.ProxyDevices.ProxyDevice}
- System.Collections.Generic.ICollection{adas_core.module.ProxyDevices.ProxyDevice}
- System.Collections.Generic.IReadOnlyList{adas_core.module.ProxyDevices.ProxyDevice}
- System.Collections.Generic.IReadOnlyCollection{adas_core.module.ProxyDevices.ProxyDevice}
- System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice}
- System.Collections.IList
- System.Collections.ICollection
- System.Collections.IEnumerable
inheritedMembers:
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Add(adas_core.module.ProxyDevices.ProxyDevice)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.AddRange(System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.AsReadOnly
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(System.Int32,System.Int32,adas_core.module.ProxyDevices.ProxyDevice,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Clear
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Contains(adas_core.module.ProxyDevices.ProxyDevice)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ConvertAll``1(System.Converter{adas_core.module.ProxyDevices.ProxyDevice,{TOutput}})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(System.Int32,adas_core.module.ProxyDevices.ProxyDevice[],System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[])
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[],System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.EnsureCapacity(System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Exists(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Find(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Int32,System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLast(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Int32,System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ForEach(System.Action{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.GetEnumerator
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.GetRange(System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Insert(System.Int32,adas_core.module.ProxyDevices.ProxyDevice)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Remove(adas_core.module.ProxyDevices.ProxyDevice)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveAt(System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveRange(System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Reverse
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Reverse(System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Slice(System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Comparison{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ToArray
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.TrimExcess
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.TrueForAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Capacity
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Count
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Item(System.Int32)
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
- System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1
- System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
- System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
- System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
references:
- uid: adas_core.module.ProxyDevices
commentId: N:adas_core.module.ProxyDevices
href: adas_core.html
name: adas_core.module.ProxyDevices
nameWithType: adas_core.module.ProxyDevices
fullName: adas_core.module.ProxyDevices
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.module
name: module
href: adas_core.module.html
- name: .
- uid: adas_core.module.ProxyDevices
name: ProxyDevices
href: adas_core.module.ProxyDevices.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.module
name: module
href: adas_core.module.html
- name: .
- uid: adas_core.module.ProxyDevices
name: ProxyDevices
href: adas_core.module.ProxyDevices.html
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
commentId: T:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<ProxyDevice>
nameWithType: List<ProxyDevice>
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>
nameWithType.vb: List(Of ProxyDevice)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice)
name.vb: List(Of ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.IList{adas_core.module.ProxyDevices.ProxyDevice}
commentId: T:System.Collections.Generic.IList{adas_core.module.ProxyDevices.ProxyDevice}
parent: System.Collections.Generic
definition: System.Collections.Generic.IList`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
name: IList<ProxyDevice>
nameWithType: IList<ProxyDevice>
fullName: System.Collections.Generic.IList<adas_core.module.ProxyDevices.ProxyDevice>
nameWithType.vb: IList(Of ProxyDevice)
fullName.vb: System.Collections.Generic.IList(Of adas_core.module.ProxyDevices.ProxyDevice)
name.vb: IList(Of ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.IList`1
name: IList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IList`1
name: IList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.ICollection{adas_core.module.ProxyDevices.ProxyDevice}
commentId: T:System.Collections.Generic.ICollection{adas_core.module.ProxyDevices.ProxyDevice}
parent: System.Collections.Generic
definition: System.Collections.Generic.ICollection`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
name: ICollection<ProxyDevice>
nameWithType: ICollection<ProxyDevice>
fullName: System.Collections.Generic.ICollection<adas_core.module.ProxyDevices.ProxyDevice>
nameWithType.vb: ICollection(Of ProxyDevice)
fullName.vb: System.Collections.Generic.ICollection(Of adas_core.module.ProxyDevices.ProxyDevice)
name.vb: ICollection(Of ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.ICollection`1
name: ICollection
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.ICollection`1
name: ICollection
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.IReadOnlyList{adas_core.module.ProxyDevices.ProxyDevice}
commentId: T:System.Collections.Generic.IReadOnlyList{adas_core.module.ProxyDevices.ProxyDevice}
parent: System.Collections.Generic
definition: System.Collections.Generic.IReadOnlyList`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1
name: IReadOnlyList<ProxyDevice>
nameWithType: IReadOnlyList<ProxyDevice>
fullName: System.Collections.Generic.IReadOnlyList<adas_core.module.ProxyDevices.ProxyDevice>
nameWithType.vb: IReadOnlyList(Of ProxyDevice)
fullName.vb: System.Collections.Generic.IReadOnlyList(Of adas_core.module.ProxyDevices.ProxyDevice)
name.vb: IReadOnlyList(Of ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.IReadOnlyList`1
name: IReadOnlyList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IReadOnlyList`1
name: IReadOnlyList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.IReadOnlyCollection{adas_core.module.ProxyDevices.ProxyDevice}
commentId: T:System.Collections.Generic.IReadOnlyCollection{adas_core.module.ProxyDevices.ProxyDevice}
parent: System.Collections.Generic
definition: System.Collections.Generic.IReadOnlyCollection`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
name: IReadOnlyCollection<ProxyDevice>
nameWithType: IReadOnlyCollection<ProxyDevice>
fullName: System.Collections.Generic.IReadOnlyCollection<adas_core.module.ProxyDevices.ProxyDevice>
nameWithType.vb: IReadOnlyCollection(Of ProxyDevice)
fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of adas_core.module.ProxyDevices.ProxyDevice)
name.vb: IReadOnlyCollection(Of ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.IReadOnlyCollection`1
name: IReadOnlyCollection
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IReadOnlyCollection`1
name: IReadOnlyCollection
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice}
commentId: T:System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<ProxyDevice>
nameWithType: IEnumerable<ProxyDevice>
fullName: System.Collections.Generic.IEnumerable<adas_core.module.ProxyDevices.ProxyDevice>
nameWithType.vb: IEnumerable(Of ProxyDevice)
fullName.vb: System.Collections.Generic.IEnumerable(Of adas_core.module.ProxyDevices.ProxyDevice)
name.vb: IEnumerable(Of ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.IList
commentId: T:System.Collections.IList
parent: System.Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.ilist
name: IList
nameWithType: IList
fullName: System.Collections.IList
- uid: System.Collections.ICollection
commentId: T:System.Collections.ICollection
parent: System.Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.icollection
name: ICollection
nameWithType: ICollection
fullName: System.Collections.ICollection
- uid: System.Collections.IEnumerable
commentId: T:System.Collections.IEnumerable
parent: System.Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.ienumerable
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.IEnumerable
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Add(adas_core.module.ProxyDevices.ProxyDevice)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Add(adas_core.module.ProxyDevices.ProxyDevice)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Add(`0)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
name: Add(ProxyDevice)
nameWithType: List<ProxyDevice>.Add(ProxyDevice)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Add(adas_core.module.ProxyDevices.ProxyDevice)
nameWithType.vb: List(Of ProxyDevice).Add(ProxyDevice)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Add(adas_core.module.ProxyDevices.ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Add(adas_core.module.ProxyDevices.ProxyDevice)
name: Add
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Add(adas_core.module.ProxyDevices.ProxyDevice)
name: Add
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.AddRange(System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.AddRange(System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.addrange
name: AddRange(IEnumerable<ProxyDevice>)
nameWithType: List<ProxyDevice>.AddRange(IEnumerable<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.AddRange(System.Collections.Generic.IEnumerable<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).AddRange(IEnumerable(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).AddRange(System.Collections.Generic.IEnumerable(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: AddRange(IEnumerable(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.AddRange(System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice})
name: AddRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.addrange
- name: (
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.AddRange(System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice})
name: AddRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.addrange
- name: (
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.AsReadOnly
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.AsReadOnly
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.AsReadOnly
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.asreadonly
name: AsReadOnly()
nameWithType: List<ProxyDevice>.AsReadOnly()
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.AsReadOnly()
nameWithType.vb: List(Of ProxyDevice).AsReadOnly()
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).AsReadOnly()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.AsReadOnly
name: AsReadOnly
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.asreadonly
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.AsReadOnly
name: AsReadOnly
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.asreadonly
- name: (
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(System.Int32,System.Int32,adas_core.module.ProxyDevices.ProxyDevice,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(System.Int32,System.Int32,adas_core.module.ProxyDevices.ProxyDevice,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(system-int32-system-int32-0-system-collections-generic-icomparer((-0)))
name: BinarySearch(int, int, ProxyDevice, IComparer<ProxyDevice>)
nameWithType: List<ProxyDevice>.BinarySearch(int, int, ProxyDevice, IComparer<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.BinarySearch(int, int, adas_core.module.ProxyDevices.ProxyDevice, System.Collections.Generic.IComparer<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).BinarySearch(Integer, Integer, ProxyDevice, IComparer(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).BinarySearch(Integer, Integer, adas_core.module.ProxyDevices.ProxyDevice, System.Collections.Generic.IComparer(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: BinarySearch(Integer, Integer, ProxyDevice, IComparer(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(System.Int32,System.Int32,adas_core.module.ProxyDevices.ProxyDevice,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(system-int32-system-int32-0-system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(System.Int32,System.Int32,adas_core.module.ProxyDevices.ProxyDevice,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(system-int32-system-int32-0-system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.BinarySearch(`0)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0)
name: BinarySearch(ProxyDevice)
nameWithType: List<ProxyDevice>.BinarySearch(ProxyDevice)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice)
nameWithType.vb: List(Of ProxyDevice).BinarySearch(ProxyDevice)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).BinarySearch(adas_core.module.ProxyDevices.ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice)
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice)
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0-system-collections-generic-icomparer((-0)))
name: BinarySearch(ProxyDevice, IComparer<ProxyDevice>)
nameWithType: List<ProxyDevice>.BinarySearch(ProxyDevice, IComparer<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice, System.Collections.Generic.IComparer<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).BinarySearch(ProxyDevice, IComparer(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).BinarySearch(adas_core.module.ProxyDevices.ProxyDevice, System.Collections.Generic.IComparer(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: BinarySearch(ProxyDevice, IComparer(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0-system-collections-generic-icomparer((-0)))
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.BinarySearch(adas_core.module.ProxyDevices.ProxyDevice,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0-system-collections-generic-icomparer((-0)))
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Clear
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Clear
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Clear
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.clear
name: Clear()
nameWithType: List<ProxyDevice>.Clear()
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Clear()
nameWithType.vb: List(Of ProxyDevice).Clear()
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Clear()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Clear
name: Clear
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.clear
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Clear
name: Clear
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.clear
- name: (
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Contains(adas_core.module.ProxyDevices.ProxyDevice)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Contains(adas_core.module.ProxyDevices.ProxyDevice)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Contains(`0)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
name: Contains(ProxyDevice)
nameWithType: List<ProxyDevice>.Contains(ProxyDevice)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Contains(adas_core.module.ProxyDevices.ProxyDevice)
nameWithType.vb: List(Of ProxyDevice).Contains(ProxyDevice)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Contains(adas_core.module.ProxyDevices.ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Contains(adas_core.module.ProxyDevices.ProxyDevice)
name: Contains
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Contains(adas_core.module.ProxyDevices.ProxyDevice)
name: Contains
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ConvertAll``1(System.Converter{adas_core.module.ProxyDevices.ProxyDevice,{TOutput}})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ConvertAll``1(System.Converter{adas_core.module.ProxyDevices.ProxyDevice,``0})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.ConvertAll``1(System.Converter{`0,``0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.convertall
name: ConvertAll<TOutput>(Converter<ProxyDevice, TOutput>)
nameWithType: List<ProxyDevice>.ConvertAll<TOutput>(Converter<ProxyDevice, TOutput>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.ConvertAll<TOutput>(System.Converter<adas_core.module.ProxyDevices.ProxyDevice, TOutput>)
nameWithType.vb: List(Of ProxyDevice).ConvertAll(Of TOutput)(Converter(Of ProxyDevice, TOutput))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).ConvertAll(Of TOutput)(System.Converter(Of adas_core.module.ProxyDevices.ProxyDevice, TOutput))
name.vb: ConvertAll(Of TOutput)(Converter(Of ProxyDevice, TOutput))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ConvertAll``1(System.Converter{adas_core.module.ProxyDevices.ProxyDevice,``0})
name: ConvertAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.convertall
- name: <
- name: TOutput
- name: '>'
- name: (
- uid: System.Converter`2
name: Converter
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.converter-2
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- name: TOutput
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ConvertAll``1(System.Converter{adas_core.module.ProxyDevices.ProxyDevice,``0})
name: ConvertAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.convertall
- name: (
- name: Of
- name: " "
- name: TOutput
- name: )
- name: (
- uid: System.Converter`2
name: Converter
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.converter-2
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- name: TOutput
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(System.Int32,adas_core.module.ProxyDevices.ProxyDevice[],System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(System.Int32,adas_core.module.ProxyDevices.ProxyDevice[],System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(system-int32-0()-system-int32-system-int32)
name: CopyTo(int, ProxyDevice[], int, int)
nameWithType: List<ProxyDevice>.CopyTo(int, ProxyDevice[], int, int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.CopyTo(int, adas_core.module.ProxyDevices.ProxyDevice[], int, int)
nameWithType.vb: List(Of ProxyDevice).CopyTo(Integer, ProxyDevice(), Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).CopyTo(Integer, adas_core.module.ProxyDevices.ProxyDevice(), Integer, Integer)
name.vb: CopyTo(Integer, ProxyDevice(), Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(System.Int32,adas_core.module.ProxyDevices.ProxyDevice[],System.Int32,System.Int32)
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(system-int32-0()-system-int32-system-int32)
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '['
- name: ']'
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(System.Int32,adas_core.module.ProxyDevices.ProxyDevice[],System.Int32,System.Int32)
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(system-int32-0()-system-int32-system-int32)
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: (
- name: )
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[])
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[])
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.CopyTo(`0[])
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0())
name: CopyTo(ProxyDevice[])
nameWithType: List<ProxyDevice>.CopyTo(ProxyDevice[])
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[])
nameWithType.vb: List(Of ProxyDevice).CopyTo(ProxyDevice())
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).CopyTo(adas_core.module.ProxyDevices.ProxyDevice())
name.vb: CopyTo(ProxyDevice())
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[])
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0())
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '['
- name: ']'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[])
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0())
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: (
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[],System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[],System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0()-system-int32)
name: CopyTo(ProxyDevice[], int)
nameWithType: List<ProxyDevice>.CopyTo(ProxyDevice[], int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[], int)
nameWithType.vb: List(Of ProxyDevice).CopyTo(ProxyDevice(), Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).CopyTo(adas_core.module.ProxyDevices.ProxyDevice(), Integer)
name.vb: CopyTo(ProxyDevice(), Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[],System.Int32)
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0()-system-int32)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '['
- name: ']'
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.CopyTo(adas_core.module.ProxyDevices.ProxyDevice[],System.Int32)
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0()-system-int32)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: (
- name: )
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.EnsureCapacity(System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.EnsureCapacity(System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.EnsureCapacity(System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.ensurecapacity
name: EnsureCapacity(int)
nameWithType: List<ProxyDevice>.EnsureCapacity(int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.EnsureCapacity(int)
nameWithType.vb: List(Of ProxyDevice).EnsureCapacity(Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).EnsureCapacity(Integer)
name.vb: EnsureCapacity(Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.EnsureCapacity(System.Int32)
name: EnsureCapacity
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.ensurecapacity
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.EnsureCapacity(System.Int32)
name: EnsureCapacity
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.ensurecapacity
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Exists(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Exists(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Exists(System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.exists
name: Exists(Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.Exists(Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Exists(System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).Exists(Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Exists(System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: Exists(Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Exists(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: Exists
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.exists
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Exists(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: Exists
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.exists
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Find(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Find(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Find(System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.find
name: Find(Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.Find(Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Find(System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).Find(Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Find(System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: Find(Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Find(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: Find
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.find
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Find(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: Find
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.find
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.FindAll(System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findall
name: FindAll(Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.FindAll(Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.FindAll(System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).FindAll(Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).FindAll(System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: FindAll(Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Int32,System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Int32,System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-int32-system-predicate((-0)))
name: FindIndex(int, int, Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.FindIndex(int, int, Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.FindIndex(int, int, System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).FindIndex(Integer, Integer, Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).FindIndex(Integer, Integer, System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: FindIndex(Integer, Integer, Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Int32,System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Int32,System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-predicate((-0)))
name: FindIndex(int, Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.FindIndex(int, Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.FindIndex(int, System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).FindIndex(Integer, Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).FindIndex(Integer, System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: FindIndex(Integer, Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-predicate((-0)))
name: FindIndex(Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.FindIndex(Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.FindIndex(System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).FindIndex(Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).FindIndex(System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: FindIndex(Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-predicate((-0)))
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindIndex(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-predicate((-0)))
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLast(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLast(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.FindLast(System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlast
name: FindLast(Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.FindLast(Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.FindLast(System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).FindLast(Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).FindLast(System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: FindLast(Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLast(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindLast
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlast
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLast(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindLast
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlast
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Int32,System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Int32,System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-int32-system-predicate((-0)))
name: FindLastIndex(int, int, Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.FindLastIndex(int, int, Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.FindLastIndex(int, int, System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).FindLastIndex(Integer, Integer, Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).FindLastIndex(Integer, Integer, System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: FindLastIndex(Integer, Integer, Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Int32,System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Int32,System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-predicate((-0)))
name: FindLastIndex(int, Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.FindLastIndex(int, Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.FindLastIndex(int, System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).FindLastIndex(Integer, Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).FindLastIndex(Integer, System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: FindLastIndex(Integer, Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Int32,System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-predicate((-0)))
name: FindLastIndex(Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.FindLastIndex(Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.FindLastIndex(System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).FindLastIndex(Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).FindLastIndex(System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: FindLastIndex(Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-predicate((-0)))
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.FindLastIndex(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-predicate((-0)))
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ForEach(System.Action{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ForEach(System.Action{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.ForEach(System.Action{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.foreach
name: ForEach(Action<ProxyDevice>)
nameWithType: List<ProxyDevice>.ForEach(Action<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.ForEach(System.Action<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).ForEach(Action(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).ForEach(System.Action(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: ForEach(Action(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ForEach(System.Action{adas_core.module.ProxyDevices.ProxyDevice})
name: ForEach
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.foreach
- name: (
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ForEach(System.Action{adas_core.module.ProxyDevices.ProxyDevice})
name: ForEach
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.foreach
- name: (
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.GetEnumerator
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.GetEnumerator
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.GetEnumerator
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getenumerator
name: GetEnumerator()
nameWithType: List<ProxyDevice>.GetEnumerator()
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.GetEnumerator()
nameWithType.vb: List(Of ProxyDevice).GetEnumerator()
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.GetEnumerator
name: GetEnumerator
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getenumerator
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.GetEnumerator
name: GetEnumerator
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getenumerator
- name: (
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.GetRange(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.GetRange(System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getrange
name: GetRange(int, int)
nameWithType: List<ProxyDevice>.GetRange(int, int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.GetRange(int, int)
nameWithType.vb: List(Of ProxyDevice).GetRange(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).GetRange(Integer, Integer)
name.vb: GetRange(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.GetRange(System.Int32,System.Int32)
name: GetRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getrange
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.GetRange(System.Int32,System.Int32)
name: GetRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getrange
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.IndexOf(`0)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0)
name: IndexOf(ProxyDevice)
nameWithType: List<ProxyDevice>.IndexOf(ProxyDevice)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.IndexOf(adas_core.module.ProxyDevices.ProxyDevice)
nameWithType.vb: List(Of ProxyDevice).IndexOf(ProxyDevice)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).IndexOf(adas_core.module.ProxyDevices.ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.IndexOf(`0,System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32)
name: IndexOf(ProxyDevice, int)
nameWithType: List<ProxyDevice>.IndexOf(ProxyDevice, int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.IndexOf(adas_core.module.ProxyDevices.ProxyDevice, int)
nameWithType.vb: List(Of ProxyDevice).IndexOf(ProxyDevice, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).IndexOf(adas_core.module.ProxyDevices.ProxyDevice, Integer)
name.vb: IndexOf(ProxyDevice, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32-system-int32)
name: IndexOf(ProxyDevice, int, int)
nameWithType: List<ProxyDevice>.IndexOf(ProxyDevice, int, int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.IndexOf(adas_core.module.ProxyDevices.ProxyDevice, int, int)
nameWithType.vb: List(Of ProxyDevice).IndexOf(ProxyDevice, Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).IndexOf(adas_core.module.ProxyDevices.ProxyDevice, Integer, Integer)
name.vb: IndexOf(ProxyDevice, Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32,System.Int32)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32-system-int32)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.IndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32,System.Int32)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32-system-int32)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Insert(System.Int32,adas_core.module.ProxyDevices.ProxyDevice)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Insert(System.Int32,adas_core.module.ProxyDevices.ProxyDevice)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Insert(System.Int32,`0)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insert
name: Insert(int, ProxyDevice)
nameWithType: List<ProxyDevice>.Insert(int, ProxyDevice)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Insert(int, adas_core.module.ProxyDevices.ProxyDevice)
nameWithType.vb: List(Of ProxyDevice).Insert(Integer, ProxyDevice)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Insert(Integer, adas_core.module.ProxyDevices.ProxyDevice)
name.vb: Insert(Integer, ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Insert(System.Int32,adas_core.module.ProxyDevices.ProxyDevice)
name: Insert
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insert
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Insert(System.Int32,adas_core.module.ProxyDevices.ProxyDevice)
name: Insert
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insert
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insertrange
name: InsertRange(int, IEnumerable<ProxyDevice>)
nameWithType: List<ProxyDevice>.InsertRange(int, IEnumerable<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.InsertRange(int, System.Collections.Generic.IEnumerable<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).InsertRange(Integer, IEnumerable(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).InsertRange(Integer, System.Collections.Generic.IEnumerable(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: InsertRange(Integer, IEnumerable(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice})
name: InsertRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insertrange
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{adas_core.module.ProxyDevices.ProxyDevice})
name: InsertRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insertrange
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.LastIndexOf(`0)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0)
name: LastIndexOf(ProxyDevice)
nameWithType: List<ProxyDevice>.LastIndexOf(ProxyDevice)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice)
nameWithType.vb: List(Of ProxyDevice).LastIndexOf(ProxyDevice)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32)
name: LastIndexOf(ProxyDevice, int)
nameWithType: List<ProxyDevice>.LastIndexOf(ProxyDevice, int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice, int)
nameWithType.vb: List(Of ProxyDevice).LastIndexOf(ProxyDevice, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice, Integer)
name.vb: LastIndexOf(ProxyDevice, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32-system-int32)
name: LastIndexOf(ProxyDevice, int, int)
nameWithType: List<ProxyDevice>.LastIndexOf(ProxyDevice, int, int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice, int, int)
nameWithType.vb: List(Of ProxyDevice).LastIndexOf(ProxyDevice, Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice, Integer, Integer)
name.vb: LastIndexOf(ProxyDevice, Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32,System.Int32)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32-system-int32)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.LastIndexOf(adas_core.module.ProxyDevices.ProxyDevice,System.Int32,System.Int32)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32-system-int32)
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Remove(adas_core.module.ProxyDevices.ProxyDevice)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Remove(adas_core.module.ProxyDevices.ProxyDevice)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Remove(`0)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
name: Remove(ProxyDevice)
nameWithType: List<ProxyDevice>.Remove(ProxyDevice)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Remove(adas_core.module.ProxyDevices.ProxyDevice)
nameWithType.vb: List(Of ProxyDevice).Remove(ProxyDevice)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Remove(adas_core.module.ProxyDevices.ProxyDevice)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Remove(adas_core.module.ProxyDevices.ProxyDevice)
name: Remove
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Remove(adas_core.module.ProxyDevices.ProxyDevice)
name: Remove
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
- name: (
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeall
name: RemoveAll(Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.RemoveAll(Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.RemoveAll(System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).RemoveAll(Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).RemoveAll(System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: RemoveAll(Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: RemoveAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: RemoveAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveAt(System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveAt(System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.RemoveAt(System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeat
name: RemoveAt(int)
nameWithType: List<ProxyDevice>.RemoveAt(int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.RemoveAt(int)
nameWithType.vb: List(Of ProxyDevice).RemoveAt(Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).RemoveAt(Integer)
name.vb: RemoveAt(Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveAt(System.Int32)
name: RemoveAt
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeat
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveAt(System.Int32)
name: RemoveAt
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeat
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveRange(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveRange(System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removerange
name: RemoveRange(int, int)
nameWithType: List<ProxyDevice>.RemoveRange(int, int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.RemoveRange(int, int)
nameWithType.vb: List(Of ProxyDevice).RemoveRange(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).RemoveRange(Integer, Integer)
name.vb: RemoveRange(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveRange(System.Int32,System.Int32)
name: RemoveRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removerange
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.RemoveRange(System.Int32,System.Int32)
name: RemoveRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removerange
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Reverse
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Reverse
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Reverse
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse
name: Reverse()
nameWithType: List<ProxyDevice>.Reverse()
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Reverse()
nameWithType.vb: List(Of ProxyDevice).Reverse()
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Reverse()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Reverse
name: Reverse
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Reverse
name: Reverse
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse
- name: (
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Reverse(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Reverse(System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse(system-int32-system-int32)
name: Reverse(int, int)
nameWithType: List<ProxyDevice>.Reverse(int, int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Reverse(int, int)
nameWithType.vb: List(Of ProxyDevice).Reverse(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Reverse(Integer, Integer)
name.vb: Reverse(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Reverse(System.Int32,System.Int32)
name: Reverse
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse(system-int32-system-int32)
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Reverse(System.Int32,System.Int32)
name: Reverse
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse(system-int32-system-int32)
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Slice(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Slice(System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Slice(System.Int32,System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.slice
name: Slice(int, int)
nameWithType: List<ProxyDevice>.Slice(int, int)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Slice(int, int)
nameWithType.vb: List(Of ProxyDevice).Slice(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Slice(Integer, Integer)
name.vb: Slice(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Slice(System.Int32,System.Int32)
name: Slice
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.slice
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Slice(System.Int32,System.Int32)
name: Slice
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.slice
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Sort
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort
name: Sort()
nameWithType: List<ProxyDevice>.Sort()
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Sort()
nameWithType.vb: List(Of ProxyDevice).Sort()
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Sort()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort
- name: (
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-collections-generic-icomparer((-0)))
name: Sort(IComparer<ProxyDevice>)
nameWithType: List<ProxyDevice>.Sort(IComparer<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Sort(System.Collections.Generic.IComparer<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).Sort(IComparer(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Sort(System.Collections.Generic.IComparer(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: Sort(IComparer(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Comparison{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Comparison{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Sort(System.Comparison{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-comparison((-0)))
name: Sort(Comparison<ProxyDevice>)
nameWithType: List<ProxyDevice>.Sort(Comparison<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Sort(System.Comparison<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).Sort(Comparison(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Sort(System.Comparison(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: Sort(Comparison(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Comparison{adas_core.module.ProxyDevices.ProxyDevice})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-comparison((-0)))
- name: (
- uid: System.Comparison`1
name: Comparison
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.comparison-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Comparison{adas_core.module.ProxyDevices.ProxyDevice})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-comparison((-0)))
- name: (
- uid: System.Comparison`1
name: Comparison
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.comparison-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-int32-system-int32-system-collections-generic-icomparer((-0)))
name: Sort(int, int, IComparer<ProxyDevice>)
nameWithType: List<ProxyDevice>.Sort(int, int, IComparer<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Sort(int, int, System.Collections.Generic.IComparer<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).Sort(Integer, Integer, IComparer(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Sort(Integer, Integer, System.Collections.Generic.IComparer(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: Sort(Integer, Integer, IComparer(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-int32-system-int32-system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{adas_core.module.ProxyDevices.ProxyDevice})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-int32-system-int32-system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ToArray
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ToArray
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.ToArray
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.toarray
name: ToArray()
nameWithType: List<ProxyDevice>.ToArray()
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.ToArray()
nameWithType.vb: List(Of ProxyDevice).ToArray()
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).ToArray()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ToArray
name: ToArray
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.toarray
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.ToArray
name: ToArray
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.toarray
- name: (
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.TrimExcess
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.TrimExcess
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.TrimExcess
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trimexcess
name: TrimExcess()
nameWithType: List<ProxyDevice>.TrimExcess()
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.TrimExcess()
nameWithType.vb: List(Of ProxyDevice).TrimExcess()
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).TrimExcess()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.TrimExcess
name: TrimExcess
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trimexcess
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.TrimExcess
name: TrimExcess
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trimexcess
- name: (
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.TrueForAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
commentId: M:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.TrueForAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0})
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trueforall
name: TrueForAll(Predicate<ProxyDevice>)
nameWithType: List<ProxyDevice>.TrueForAll(Predicate<ProxyDevice>)
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.TrueForAll(System.Predicate<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: List(Of ProxyDevice).TrueForAll(Predicate(Of ProxyDevice))
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).TrueForAll(System.Predicate(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: TrueForAll(Predicate(Of ProxyDevice))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.TrueForAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: TrueForAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trueforall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.TrueForAll(System.Predicate{adas_core.module.ProxyDevices.ProxyDevice})
name: TrueForAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trueforall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Capacity
commentId: P:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Capacity
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Capacity
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.capacity
name: Capacity
nameWithType: List<ProxyDevice>.Capacity
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Capacity
nameWithType.vb: List(Of ProxyDevice).Capacity
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Capacity
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Count
commentId: P:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Count
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Count
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.count
name: Count
nameWithType: List<ProxyDevice>.Count
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.Count
nameWithType.vb: List(Of ProxyDevice).Count
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).Count
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Item(System.Int32)
commentId: P:System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Item(System.Int32)
parent: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}
definition: System.Collections.Generic.List`1.Item(System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.int32
name: this[int]
nameWithType: List<ProxyDevice>.this[int]
fullName: System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>.this[int]
nameWithType.vb: List(Of ProxyDevice).this[](Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice).this[](Integer)
name.vb: this[](Integer)
spec.csharp:
- name: this
- name: '['
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ']'
spec.vb:
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.Item(System.Int32)
name: this[]
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.item
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
name: GetHashCode()
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
name: GetType()
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
name: MemberwiseClone()
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
name: ToString()
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
- name: (
- name: )
- uid: System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice}.adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1
commentId: M:adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{``0})
parent: adas_core.Domain.Utils.CollectionsUtils
definition: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{``0})
href: adas_core.Domain.Utils.CollectionsUtils.html#adas_core_Domain_Utils_CollectionsUtils_IsNullOrEmpty__1_System_Collections_Generic_List___0__
name: IsNullOrEmpty<ProxyDevice>(List<ProxyDevice>)
nameWithType: CollectionsUtils.IsNullOrEmpty<ProxyDevice>(List<ProxyDevice>)
fullName: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty<adas_core.module.ProxyDevices.ProxyDevice>(System.Collections.Generic.List<adas_core.module.ProxyDevices.ProxyDevice>)
nameWithType.vb: CollectionsUtils.IsNullOrEmpty(Of ProxyDevice)(List(Of ProxyDevice))
fullName.vb: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty(Of adas_core.module.ProxyDevices.ProxyDevice)(System.Collections.Generic.List(Of adas_core.module.ProxyDevices.ProxyDevice))
name.vb: IsNullOrEmpty(Of ProxyDevice)(List(Of ProxyDevice))
spec.csharp:
- uid: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice})
name: IsNullOrEmpty
href: adas_core.Domain.Utils.CollectionsUtils.html#adas_core_Domain_Utils_CollectionsUtils_IsNullOrEmpty__1_System_Collections_Generic_List___0__
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: (
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: '>'
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{adas_core.module.ProxyDevices.ProxyDevice})
name: IsNullOrEmpty
href: adas_core.Domain.Utils.CollectionsUtils.html#adas_core_Domain_Utils_CollectionsUtils_IsNullOrEmpty__1_System_Collections_Generic_List___0__
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: (
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- uid: adas_core.module.ProxyDevices.ProxyDevice
name: ProxyDevice
href: adas_core.module.ProxyDevices.ProxyDevice.html
- name: )
- name: )
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.IsNumber
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
parent: adas_core.Domain.Utils.NumberUtils
definition: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
name: IsNumber(object)
nameWithType: NumberUtils.IsNumber(object)
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
nameWithType.vb: NumberUtils.IsNumber(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
name.vb: IsNumber(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.adas_core.Domain.Utils.NumberUtils.ToDouble
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
parent: adas_core.Domain.Utils.NumberUtils
definition: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
name: ToDouble(object)
nameWithType: NumberUtils.ToDouble(object)
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
nameWithType.vb: NumberUtils.ToDouble(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
name.vb: ToDouble(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System.Object.adas_core.Domain.Utils.ObjectUtils.ToStr
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
parent: adas_core.Domain.Utils.ObjectUtils
definition: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
name: ToStr(object)
nameWithType: ObjectUtils.ToStr(object)
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
nameWithType.vb: ObjectUtils.ToStr(Object)
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
name.vb: ToStr(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: System
commentId: N:System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System
nameWithType: System
fullName: System
- uid: System.Collections.Generic.List`1
commentId: T:System.Collections.Generic.List`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List<T>
nameWithType: List<T>
fullName: System.Collections.Generic.List<T>
nameWithType.vb: List(Of T)
fullName.vb: System.Collections.Generic.List(Of T)
name.vb: List(Of T)
spec.csharp:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- name: .
- uid: System.Collections.Generic
name: Generic
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic
- uid: System.Collections.Generic.IList`1
commentId: T:System.Collections.Generic.IList`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
name: IList<T>
nameWithType: IList<T>
fullName: System.Collections.Generic.IList<T>
nameWithType.vb: IList(Of T)
fullName.vb: System.Collections.Generic.IList(Of T)
name.vb: IList(Of T)
spec.csharp:
- uid: System.Collections.Generic.IList`1
name: IList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IList`1
name: IList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic.ICollection`1
commentId: T:System.Collections.Generic.ICollection`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
name: ICollection<T>
nameWithType: ICollection<T>
fullName: System.Collections.Generic.ICollection<T>
nameWithType.vb: ICollection(Of T)
fullName.vb: System.Collections.Generic.ICollection(Of T)
name.vb: ICollection(Of T)
spec.csharp:
- uid: System.Collections.Generic.ICollection`1
name: ICollection
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.ICollection`1
name: ICollection
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic.IReadOnlyList`1
commentId: T:System.Collections.Generic.IReadOnlyList`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1
name: IReadOnlyList<T>
nameWithType: IReadOnlyList<T>
fullName: System.Collections.Generic.IReadOnlyList<T>
nameWithType.vb: IReadOnlyList(Of T)
fullName.vb: System.Collections.Generic.IReadOnlyList(Of T)
name.vb: IReadOnlyList(Of T)
spec.csharp:
- uid: System.Collections.Generic.IReadOnlyList`1
name: IReadOnlyList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IReadOnlyList`1
name: IReadOnlyList
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic.IReadOnlyCollection`1
commentId: T:System.Collections.Generic.IReadOnlyCollection`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
name: IReadOnlyCollection<T>
nameWithType: IReadOnlyCollection<T>
fullName: System.Collections.Generic.IReadOnlyCollection<T>
nameWithType.vb: IReadOnlyCollection(Of T)
fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T)
name.vb: IReadOnlyCollection(Of T)
spec.csharp:
- uid: System.Collections.Generic.IReadOnlyCollection`1
name: IReadOnlyCollection
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IReadOnlyCollection`1
name: IReadOnlyCollection
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic.IEnumerable`1
commentId: T:System.Collections.Generic.IEnumerable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable<T>
nameWithType: IEnumerable<T>
fullName: System.Collections.Generic.IEnumerable<T>
nameWithType.vb: IEnumerable(Of T)
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
name.vb: IEnumerable(Of T)
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: System.Collections
commentId: N:System.Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
name: System.Collections
nameWithType: System.Collections
fullName: System.Collections
spec.csharp:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
spec.vb:
- uid: System
name: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system
- name: .
- uid: System.Collections
name: Collections
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections
- uid: System.Collections.Generic.List`1.Add(`0)
commentId: M:System.Collections.Generic.List`1.Add(`0)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
name: Add(T)
nameWithType: List<T>.Add(T)
fullName: System.Collections.Generic.List<T>.Add(T)
nameWithType.vb: List(Of T).Add(T)
fullName.vb: System.Collections.Generic.List(Of T).Add(T)
spec.csharp:
- uid: System.Collections.Generic.List`1.Add(`0)
name: Add
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
- name: (
- name: T
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Add(`0)
name: Add
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
- name: (
- name: T
- name: )
- uid: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0})
commentId: M:System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.addrange
name: AddRange(IEnumerable<T>)
nameWithType: List<T>.AddRange(IEnumerable<T>)
fullName: System.Collections.Generic.List<T>.AddRange(System.Collections.Generic.IEnumerable<T>)
nameWithType.vb: List(Of T).AddRange(IEnumerable(Of T))
fullName.vb: System.Collections.Generic.List(Of T).AddRange(System.Collections.Generic.IEnumerable(Of T))
name.vb: AddRange(IEnumerable(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0})
name: AddRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.addrange
- name: (
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0})
name: AddRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.addrange
- name: (
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.AsReadOnly
commentId: M:System.Collections.Generic.List`1.AsReadOnly
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.asreadonly
name: AsReadOnly()
nameWithType: List<T>.AsReadOnly()
fullName: System.Collections.Generic.List<T>.AsReadOnly()
nameWithType.vb: List(Of T).AsReadOnly()
fullName.vb: System.Collections.Generic.List(Of T).AsReadOnly()
spec.csharp:
- uid: System.Collections.Generic.List`1.AsReadOnly
name: AsReadOnly
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.asreadonly
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.AsReadOnly
name: AsReadOnly
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.asreadonly
- name: (
- name: )
- uid: System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})
commentId: M:System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(system-int32-system-int32-0-system-collections-generic-icomparer((-0)))
name: BinarySearch(int, int, T, IComparer<T>)
nameWithType: List<T>.BinarySearch(int, int, T, IComparer<T>)
fullName: System.Collections.Generic.List<T>.BinarySearch(int, int, T, System.Collections.Generic.IComparer<T>)
nameWithType.vb: List(Of T).BinarySearch(Integer, Integer, T, IComparer(Of T))
fullName.vb: System.Collections.Generic.List(Of T).BinarySearch(Integer, Integer, T, System.Collections.Generic.IComparer(Of T))
name.vb: BinarySearch(Integer, Integer, T, IComparer(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(system-int32-system-int32-0-system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- name: T
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(system-int32-system-int32-0-system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- name: T
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.BinarySearch(`0)
commentId: M:System.Collections.Generic.List`1.BinarySearch(`0)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0)
name: BinarySearch(T)
nameWithType: List<T>.BinarySearch(T)
fullName: System.Collections.Generic.List<T>.BinarySearch(T)
nameWithType.vb: List(Of T).BinarySearch(T)
fullName.vb: System.Collections.Generic.List(Of T).BinarySearch(T)
spec.csharp:
- uid: System.Collections.Generic.List`1.BinarySearch(`0)
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0)
- name: (
- name: T
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.BinarySearch(`0)
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0)
- name: (
- name: T
- name: )
- uid: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})
commentId: M:System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0-system-collections-generic-icomparer((-0)))
name: BinarySearch(T, IComparer<T>)
nameWithType: List<T>.BinarySearch(T, IComparer<T>)
fullName: System.Collections.Generic.List<T>.BinarySearch(T, System.Collections.Generic.IComparer<T>)
nameWithType.vb: List(Of T).BinarySearch(T, IComparer(Of T))
fullName.vb: System.Collections.Generic.List(Of T).BinarySearch(T, System.Collections.Generic.IComparer(Of T))
name.vb: BinarySearch(T, IComparer(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0-system-collections-generic-icomparer((-0)))
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})
name: BinarySearch
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0-system-collections-generic-icomparer((-0)))
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.Clear
commentId: M:System.Collections.Generic.List`1.Clear
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.clear
name: Clear()
nameWithType: List<T>.Clear()
fullName: System.Collections.Generic.List<T>.Clear()
nameWithType.vb: List(Of T).Clear()
fullName.vb: System.Collections.Generic.List(Of T).Clear()
spec.csharp:
- uid: System.Collections.Generic.List`1.Clear
name: Clear
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.clear
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Clear
name: Clear
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.clear
- name: (
- name: )
- uid: System.Collections.Generic.List`1.Contains(`0)
commentId: M:System.Collections.Generic.List`1.Contains(`0)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
name: Contains(T)
nameWithType: List<T>.Contains(T)
fullName: System.Collections.Generic.List<T>.Contains(T)
nameWithType.vb: List(Of T).Contains(T)
fullName.vb: System.Collections.Generic.List(Of T).Contains(T)
spec.csharp:
- uid: System.Collections.Generic.List`1.Contains(`0)
name: Contains
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
- name: (
- name: T
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Contains(`0)
name: Contains
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
- name: (
- name: T
- name: )
- uid: System.Collections.Generic.List`1.ConvertAll``1(System.Converter{`0,``0})
commentId: M:System.Collections.Generic.List`1.ConvertAll``1(System.Converter{`0,``0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.convertall
name: ConvertAll<TOutput>(Converter<T, TOutput>)
nameWithType: List<T>.ConvertAll<TOutput>(Converter<T, TOutput>)
fullName: System.Collections.Generic.List<T>.ConvertAll<TOutput>(System.Converter<T, TOutput>)
nameWithType.vb: List(Of T).ConvertAll(Of TOutput)(Converter(Of T, TOutput))
fullName.vb: System.Collections.Generic.List(Of T).ConvertAll(Of TOutput)(System.Converter(Of T, TOutput))
name.vb: ConvertAll(Of TOutput)(Converter(Of T, TOutput))
spec.csharp:
- uid: System.Collections.Generic.List`1.ConvertAll``1(System.Converter{`0,``0})
name: ConvertAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.convertall
- name: <
- name: TOutput
- name: '>'
- name: (
- uid: System.Converter`2
name: Converter
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.converter-2
- name: <
- name: T
- name: ','
- name: " "
- name: TOutput
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.ConvertAll``1(System.Converter{`0,``0})
name: ConvertAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.convertall
- name: (
- name: Of
- name: " "
- name: TOutput
- name: )
- name: (
- uid: System.Converter`2
name: Converter
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.converter-2
- name: (
- name: Of
- name: " "
- name: T
- name: ','
- name: " "
- name: TOutput
- name: )
- name: )
- uid: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(system-int32-0()-system-int32-system-int32)
name: CopyTo(int, T[], int, int)
nameWithType: List<T>.CopyTo(int, T[], int, int)
fullName: System.Collections.Generic.List<T>.CopyTo(int, T[], int, int)
nameWithType.vb: List(Of T).CopyTo(Integer, T(), Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of T).CopyTo(Integer, T(), Integer, Integer)
name.vb: CopyTo(Integer, T(), Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(system-int32-0()-system-int32-system-int32)
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- name: T
- name: '['
- name: ']'
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(system-int32-0()-system-int32-system-int32)
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- name: T
- name: (
- name: )
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.CopyTo(`0[])
commentId: M:System.Collections.Generic.List`1.CopyTo(`0[])
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0())
name: CopyTo(T[])
nameWithType: List<T>.CopyTo(T[])
fullName: System.Collections.Generic.List<T>.CopyTo(T[])
nameWithType.vb: List(Of T).CopyTo(T())
fullName.vb: System.Collections.Generic.List(Of T).CopyTo(T())
name.vb: CopyTo(T())
spec.csharp:
- uid: System.Collections.Generic.List`1.CopyTo(`0[])
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0())
- name: (
- name: T
- name: '['
- name: ']'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.CopyTo(`0[])
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0())
- name: (
- name: T
- name: (
- name: )
- name: )
- uid: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32)
commentId: M:System.Collections.Generic.List`1.CopyTo(`0[],System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0()-system-int32)
name: CopyTo(T[], int)
nameWithType: List<T>.CopyTo(T[], int)
fullName: System.Collections.Generic.List<T>.CopyTo(T[], int)
nameWithType.vb: List(Of T).CopyTo(T(), Integer)
fullName.vb: System.Collections.Generic.List(Of T).CopyTo(T(), Integer)
name.vb: CopyTo(T(), Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32)
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0()-system-int32)
- name: (
- name: T
- name: '['
- name: ']'
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32)
name: CopyTo
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0()-system-int32)
- name: (
- name: T
- name: (
- name: )
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.EnsureCapacity(System.Int32)
commentId: M:System.Collections.Generic.List`1.EnsureCapacity(System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.ensurecapacity
name: EnsureCapacity(int)
nameWithType: List<T>.EnsureCapacity(int)
fullName: System.Collections.Generic.List<T>.EnsureCapacity(int)
nameWithType.vb: List(Of T).EnsureCapacity(Integer)
fullName.vb: System.Collections.Generic.List(Of T).EnsureCapacity(Integer)
name.vb: EnsureCapacity(Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.EnsureCapacity(System.Int32)
name: EnsureCapacity
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.ensurecapacity
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.EnsureCapacity(System.Int32)
name: EnsureCapacity
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.ensurecapacity
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.Exists(System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.Exists(System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.exists
name: Exists(Predicate<T>)
nameWithType: List<T>.Exists(Predicate<T>)
fullName: System.Collections.Generic.List<T>.Exists(System.Predicate<T>)
nameWithType.vb: List(Of T).Exists(Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).Exists(System.Predicate(Of T))
name.vb: Exists(Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.Exists(System.Predicate{`0})
name: Exists
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.exists
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Exists(System.Predicate{`0})
name: Exists
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.exists
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.Find(System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.Find(System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.find
name: Find(Predicate<T>)
nameWithType: List<T>.Find(Predicate<T>)
fullName: System.Collections.Generic.List<T>.Find(System.Predicate<T>)
nameWithType.vb: List(Of T).Find(Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).Find(System.Predicate(Of T))
name.vb: Find(Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.Find(System.Predicate{`0})
name: Find
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.find
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Find(System.Predicate{`0})
name: Find
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.find
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.FindAll(System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.FindAll(System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findall
name: FindAll(Predicate<T>)
nameWithType: List<T>.FindAll(Predicate<T>)
fullName: System.Collections.Generic.List<T>.FindAll(System.Predicate<T>)
nameWithType.vb: List(Of T).FindAll(Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).FindAll(System.Predicate(Of T))
name.vb: FindAll(Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.FindAll(System.Predicate{`0})
name: FindAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.FindAll(System.Predicate{`0})
name: FindAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-int32-system-predicate((-0)))
name: FindIndex(int, int, Predicate<T>)
nameWithType: List<T>.FindIndex(int, int, Predicate<T>)
fullName: System.Collections.Generic.List<T>.FindIndex(int, int, System.Predicate<T>)
nameWithType.vb: List(Of T).FindIndex(Integer, Integer, Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).FindIndex(Integer, Integer, System.Predicate(Of T))
name.vb: FindIndex(Integer, Integer, Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-predicate((-0)))
name: FindIndex(int, Predicate<T>)
nameWithType: List<T>.FindIndex(int, Predicate<T>)
fullName: System.Collections.Generic.List<T>.FindIndex(int, System.Predicate<T>)
nameWithType.vb: List(Of T).FindIndex(Integer, Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).FindIndex(Integer, System.Predicate(Of T))
name.vb: FindIndex(Integer, Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.FindIndex(System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-predicate((-0)))
name: FindIndex(Predicate<T>)
nameWithType: List<T>.FindIndex(Predicate<T>)
fullName: System.Collections.Generic.List<T>.FindIndex(System.Predicate<T>)
nameWithType.vb: List(Of T).FindIndex(Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).FindIndex(System.Predicate(Of T))
name.vb: FindIndex(Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-predicate((-0)))
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0})
name: FindIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-predicate((-0)))
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.FindLast(System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.FindLast(System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlast
name: FindLast(Predicate<T>)
nameWithType: List<T>.FindLast(Predicate<T>)
fullName: System.Collections.Generic.List<T>.FindLast(System.Predicate<T>)
nameWithType.vb: List(Of T).FindLast(Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).FindLast(System.Predicate(Of T))
name.vb: FindLast(Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.FindLast(System.Predicate{`0})
name: FindLast
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlast
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.FindLast(System.Predicate{`0})
name: FindLast
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlast
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-int32-system-predicate((-0)))
name: FindLastIndex(int, int, Predicate<T>)
nameWithType: List<T>.FindLastIndex(int, int, Predicate<T>)
fullName: System.Collections.Generic.List<T>.FindLastIndex(int, int, System.Predicate<T>)
nameWithType.vb: List(Of T).FindLastIndex(Integer, Integer, Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).FindLastIndex(Integer, Integer, System.Predicate(Of T))
name.vb: FindLastIndex(Integer, Integer, Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-predicate((-0)))
name: FindLastIndex(int, Predicate<T>)
nameWithType: List<T>.FindLastIndex(int, Predicate<T>)
fullName: System.Collections.Generic.List<T>.FindLastIndex(int, System.Predicate<T>)
nameWithType.vb: List(Of T).FindLastIndex(Integer, Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).FindLastIndex(Integer, System.Predicate(Of T))
name.vb: FindLastIndex(Integer, Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-predicate((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-predicate((-0)))
name: FindLastIndex(Predicate<T>)
nameWithType: List<T>.FindLastIndex(Predicate<T>)
fullName: System.Collections.Generic.List<T>.FindLastIndex(System.Predicate<T>)
nameWithType.vb: List(Of T).FindLastIndex(Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).FindLastIndex(System.Predicate(Of T))
name.vb: FindLastIndex(Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-predicate((-0)))
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0})
name: FindLastIndex
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-predicate((-0)))
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.ForEach(System.Action{`0})
commentId: M:System.Collections.Generic.List`1.ForEach(System.Action{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.foreach
name: ForEach(Action<T>)
nameWithType: List<T>.ForEach(Action<T>)
fullName: System.Collections.Generic.List<T>.ForEach(System.Action<T>)
nameWithType.vb: List(Of T).ForEach(Action(Of T))
fullName.vb: System.Collections.Generic.List(Of T).ForEach(System.Action(Of T))
name.vb: ForEach(Action(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.ForEach(System.Action{`0})
name: ForEach
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.foreach
- name: (
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.ForEach(System.Action{`0})
name: ForEach
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.foreach
- name: (
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.GetEnumerator
commentId: M:System.Collections.Generic.List`1.GetEnumerator
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getenumerator
name: GetEnumerator()
nameWithType: List<T>.GetEnumerator()
fullName: System.Collections.Generic.List<T>.GetEnumerator()
nameWithType.vb: List(Of T).GetEnumerator()
fullName.vb: System.Collections.Generic.List(Of T).GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.List`1.GetEnumerator
name: GetEnumerator
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getenumerator
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.GetEnumerator
name: GetEnumerator
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getenumerator
- name: (
- name: )
- uid: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getrange
name: GetRange(int, int)
nameWithType: List<T>.GetRange(int, int)
fullName: System.Collections.Generic.List<T>.GetRange(int, int)
nameWithType.vb: List(Of T).GetRange(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of T).GetRange(Integer, Integer)
name.vb: GetRange(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32)
name: GetRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getrange
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32)
name: GetRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getrange
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.IndexOf(`0)
commentId: M:System.Collections.Generic.List`1.IndexOf(`0)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0)
name: IndexOf(T)
nameWithType: List<T>.IndexOf(T)
fullName: System.Collections.Generic.List<T>.IndexOf(T)
nameWithType.vb: List(Of T).IndexOf(T)
fullName.vb: System.Collections.Generic.List(Of T).IndexOf(T)
spec.csharp:
- uid: System.Collections.Generic.List`1.IndexOf(`0)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0)
- name: (
- name: T
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.IndexOf(`0)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0)
- name: (
- name: T
- name: )
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32)
commentId: M:System.Collections.Generic.List`1.IndexOf(`0,System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32)
name: IndexOf(T, int)
nameWithType: List<T>.IndexOf(T, int)
fullName: System.Collections.Generic.List<T>.IndexOf(T, int)
nameWithType.vb: List(Of T).IndexOf(T, Integer)
fullName.vb: System.Collections.Generic.List(Of T).IndexOf(T, Integer)
name.vb: IndexOf(T, Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32)
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32)
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32-system-int32)
name: IndexOf(T, int, int)
nameWithType: List<T>.IndexOf(T, int, int)
fullName: System.Collections.Generic.List<T>.IndexOf(T, int, int)
nameWithType.vb: List(Of T).IndexOf(T, Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of T).IndexOf(T, Integer, Integer)
name.vb: IndexOf(T, Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32-system-int32)
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32)
name: IndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32-system-int32)
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.Insert(System.Int32,`0)
commentId: M:System.Collections.Generic.List`1.Insert(System.Int32,`0)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insert
name: Insert(int, T)
nameWithType: List<T>.Insert(int, T)
fullName: System.Collections.Generic.List<T>.Insert(int, T)
nameWithType.vb: List(Of T).Insert(Integer, T)
fullName.vb: System.Collections.Generic.List(Of T).Insert(Integer, T)
name.vb: Insert(Integer, T)
spec.csharp:
- uid: System.Collections.Generic.List`1.Insert(System.Int32,`0)
name: Insert
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insert
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- name: T
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Insert(System.Int32,`0)
name: Insert
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insert
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- name: T
- name: )
- uid: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})
commentId: M:System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insertrange
name: InsertRange(int, IEnumerable<T>)
nameWithType: List<T>.InsertRange(int, IEnumerable<T>)
fullName: System.Collections.Generic.List<T>.InsertRange(int, System.Collections.Generic.IEnumerable<T>)
nameWithType.vb: List(Of T).InsertRange(Integer, IEnumerable(Of T))
fullName.vb: System.Collections.Generic.List(Of T).InsertRange(Integer, System.Collections.Generic.IEnumerable(Of T))
name.vb: InsertRange(Integer, IEnumerable(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})
name: InsertRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insertrange
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})
name: InsertRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insertrange
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.LastIndexOf(`0)
commentId: M:System.Collections.Generic.List`1.LastIndexOf(`0)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0)
name: LastIndexOf(T)
nameWithType: List<T>.LastIndexOf(T)
fullName: System.Collections.Generic.List<T>.LastIndexOf(T)
nameWithType.vb: List(Of T).LastIndexOf(T)
fullName.vb: System.Collections.Generic.List(Of T).LastIndexOf(T)
spec.csharp:
- uid: System.Collections.Generic.List`1.LastIndexOf(`0)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0)
- name: (
- name: T
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.LastIndexOf(`0)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0)
- name: (
- name: T
- name: )
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32)
commentId: M:System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32)
name: LastIndexOf(T, int)
nameWithType: List<T>.LastIndexOf(T, int)
fullName: System.Collections.Generic.List<T>.LastIndexOf(T, int)
nameWithType.vb: List(Of T).LastIndexOf(T, Integer)
fullName.vb: System.Collections.Generic.List(Of T).LastIndexOf(T, Integer)
name.vb: LastIndexOf(T, Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32)
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32)
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32-system-int32)
name: LastIndexOf(T, int, int)
nameWithType: List<T>.LastIndexOf(T, int, int)
fullName: System.Collections.Generic.List<T>.LastIndexOf(T, int, int)
nameWithType.vb: List(Of T).LastIndexOf(T, Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of T).LastIndexOf(T, Integer, Integer)
name.vb: LastIndexOf(T, Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32-system-int32)
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32)
name: LastIndexOf
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32-system-int32)
- name: (
- name: T
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.Remove(`0)
commentId: M:System.Collections.Generic.List`1.Remove(`0)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
name: Remove(T)
nameWithType: List<T>.Remove(T)
fullName: System.Collections.Generic.List<T>.Remove(T)
nameWithType.vb: List(Of T).Remove(T)
fullName.vb: System.Collections.Generic.List(Of T).Remove(T)
spec.csharp:
- uid: System.Collections.Generic.List`1.Remove(`0)
name: Remove
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
- name: (
- name: T
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Remove(`0)
name: Remove
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
- name: (
- name: T
- name: )
- uid: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeall
name: RemoveAll(Predicate<T>)
nameWithType: List<T>.RemoveAll(Predicate<T>)
fullName: System.Collections.Generic.List<T>.RemoveAll(System.Predicate<T>)
nameWithType.vb: List(Of T).RemoveAll(Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).RemoveAll(System.Predicate(Of T))
name.vb: RemoveAll(Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0})
name: RemoveAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0})
name: RemoveAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.RemoveAt(System.Int32)
commentId: M:System.Collections.Generic.List`1.RemoveAt(System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeat
name: RemoveAt(int)
nameWithType: List<T>.RemoveAt(int)
fullName: System.Collections.Generic.List<T>.RemoveAt(int)
nameWithType.vb: List(Of T).RemoveAt(Integer)
fullName.vb: System.Collections.Generic.List(Of T).RemoveAt(Integer)
name.vb: RemoveAt(Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.RemoveAt(System.Int32)
name: RemoveAt
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeat
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.RemoveAt(System.Int32)
name: RemoveAt
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeat
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removerange
name: RemoveRange(int, int)
nameWithType: List<T>.RemoveRange(int, int)
fullName: System.Collections.Generic.List<T>.RemoveRange(int, int)
nameWithType.vb: List(Of T).RemoveRange(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of T).RemoveRange(Integer, Integer)
name.vb: RemoveRange(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32)
name: RemoveRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removerange
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32)
name: RemoveRange
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removerange
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.Reverse
commentId: M:System.Collections.Generic.List`1.Reverse
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse
name: Reverse()
nameWithType: List<T>.Reverse()
fullName: System.Collections.Generic.List<T>.Reverse()
nameWithType.vb: List(Of T).Reverse()
fullName.vb: System.Collections.Generic.List(Of T).Reverse()
spec.csharp:
- uid: System.Collections.Generic.List`1.Reverse
name: Reverse
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Reverse
name: Reverse
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse
- name: (
- name: )
- uid: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse(system-int32-system-int32)
name: Reverse(int, int)
nameWithType: List<T>.Reverse(int, int)
fullName: System.Collections.Generic.List<T>.Reverse(int, int)
nameWithType.vb: List(Of T).Reverse(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of T).Reverse(Integer, Integer)
name.vb: Reverse(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32)
name: Reverse
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse(system-int32-system-int32)
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32)
name: Reverse
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse(system-int32-system-int32)
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.Slice(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List`1.Slice(System.Int32,System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.slice
name: Slice(int, int)
nameWithType: List<T>.Slice(int, int)
fullName: System.Collections.Generic.List<T>.Slice(int, int)
nameWithType.vb: List(Of T).Slice(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of T).Slice(Integer, Integer)
name.vb: Slice(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List`1.Slice(System.Int32,System.Int32)
name: Slice
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.slice
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Slice(System.Int32,System.Int32)
name: Slice
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.slice
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: System.Collections.Generic.List`1.Sort
commentId: M:System.Collections.Generic.List`1.Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort
name: Sort()
nameWithType: List<T>.Sort()
fullName: System.Collections.Generic.List<T>.Sort()
nameWithType.vb: List(Of T).Sort()
fullName.vb: System.Collections.Generic.List(Of T).Sort()
spec.csharp:
- uid: System.Collections.Generic.List`1.Sort
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Sort
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort
- name: (
- name: )
- uid: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0})
commentId: M:System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-collections-generic-icomparer((-0)))
name: Sort(IComparer<T>)
nameWithType: List<T>.Sort(IComparer<T>)
fullName: System.Collections.Generic.List<T>.Sort(System.Collections.Generic.IComparer<T>)
nameWithType.vb: List(Of T).Sort(IComparer(Of T))
fullName.vb: System.Collections.Generic.List(Of T).Sort(System.Collections.Generic.IComparer(Of T))
name.vb: Sort(IComparer(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.Sort(System.Comparison{`0})
commentId: M:System.Collections.Generic.List`1.Sort(System.Comparison{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-comparison((-0)))
name: Sort(Comparison<T>)
nameWithType: List<T>.Sort(Comparison<T>)
fullName: System.Collections.Generic.List<T>.Sort(System.Comparison<T>)
nameWithType.vb: List(Of T).Sort(Comparison(Of T))
fullName.vb: System.Collections.Generic.List(Of T).Sort(System.Comparison(Of T))
name.vb: Sort(Comparison(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.Sort(System.Comparison{`0})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-comparison((-0)))
- name: (
- uid: System.Comparison`1
name: Comparison
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.comparison-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Sort(System.Comparison{`0})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-comparison((-0)))
- name: (
- uid: System.Comparison`1
name: Comparison
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.comparison-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})
commentId: M:System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-int32-system-int32-system-collections-generic-icomparer((-0)))
name: Sort(int, int, IComparer<T>)
nameWithType: List<T>.Sort(int, int, IComparer<T>)
fullName: System.Collections.Generic.List<T>.Sort(int, int, System.Collections.Generic.IComparer<T>)
nameWithType.vb: List(Of T).Sort(Integer, Integer, IComparer(Of T))
fullName.vb: System.Collections.Generic.List(Of T).Sort(Integer, Integer, System.Collections.Generic.IComparer(Of T))
name.vb: Sort(Integer, Integer, IComparer(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-int32-system-int32-system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})
name: Sort
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-int32-system-int32-system-collections-generic-icomparer((-0)))
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ','
- name: " "
- uid: System.Collections.Generic.IComparer`1
name: IComparer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.ToArray
commentId: M:System.Collections.Generic.List`1.ToArray
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.toarray
name: ToArray()
nameWithType: List<T>.ToArray()
fullName: System.Collections.Generic.List<T>.ToArray()
nameWithType.vb: List(Of T).ToArray()
fullName.vb: System.Collections.Generic.List(Of T).ToArray()
spec.csharp:
- uid: System.Collections.Generic.List`1.ToArray
name: ToArray
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.toarray
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.ToArray
name: ToArray
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.toarray
- name: (
- name: )
- uid: System.Collections.Generic.List`1.TrimExcess
commentId: M:System.Collections.Generic.List`1.TrimExcess
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trimexcess
name: TrimExcess()
nameWithType: List<T>.TrimExcess()
fullName: System.Collections.Generic.List<T>.TrimExcess()
nameWithType.vb: List(Of T).TrimExcess()
fullName.vb: System.Collections.Generic.List(Of T).TrimExcess()
spec.csharp:
- uid: System.Collections.Generic.List`1.TrimExcess
name: TrimExcess
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trimexcess
- name: (
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.TrimExcess
name: TrimExcess
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trimexcess
- name: (
- name: )
- uid: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0})
commentId: M:System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0})
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trueforall
name: TrueForAll(Predicate<T>)
nameWithType: List<T>.TrueForAll(Predicate<T>)
fullName: System.Collections.Generic.List<T>.TrueForAll(System.Predicate<T>)
nameWithType.vb: List(Of T).TrueForAll(Predicate(Of T))
fullName.vb: System.Collections.Generic.List(Of T).TrueForAll(System.Predicate(Of T))
name.vb: TrueForAll(Predicate(Of T))
spec.csharp:
- uid: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0})
name: TrueForAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trueforall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0})
name: TrueForAll
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trueforall
- name: (
- uid: System.Predicate`1
name: Predicate
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: System.Collections.Generic.List`1.Capacity
commentId: P:System.Collections.Generic.List`1.Capacity
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.capacity
name: Capacity
nameWithType: List<T>.Capacity
fullName: System.Collections.Generic.List<T>.Capacity
nameWithType.vb: List(Of T).Capacity
fullName.vb: System.Collections.Generic.List(Of T).Capacity
- uid: System.Collections.Generic.List`1.Count
commentId: P:System.Collections.Generic.List`1.Count
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.count
name: Count
nameWithType: List<T>.Count
fullName: System.Collections.Generic.List<T>.Count
nameWithType.vb: List(Of T).Count
fullName.vb: System.Collections.Generic.List(Of T).Count
- uid: System.Collections.Generic.List`1.Item(System.Int32)
commentId: P:System.Collections.Generic.List`1.Item(System.Int32)
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
name: this[int]
nameWithType: List<T>.this[int]
fullName: System.Collections.Generic.List<T>.this[int]
nameWithType.vb: List(Of T).this[](Integer)
fullName.vb: System.Collections.Generic.List(Of T).this[](Integer)
name.vb: this[](Integer)
spec.csharp:
- name: this
- name: '['
- uid: System.Int32
name: int
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: ']'
spec.vb:
- uid: System.Collections.Generic.List`1.Item(System.Int32)
name: this[]
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.item
- name: (
- uid: System.Int32
name: Integer
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.int32
- name: )
- uid: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{``0})
commentId: M:adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{``0})
isExternal: true
href: adas_core.Domain.Utils.CollectionsUtils.html#adas_core_Domain_Utils_CollectionsUtils_IsNullOrEmpty__1_System_Collections_Generic_List___0__
name: IsNullOrEmpty<T>(List<T>)
nameWithType: CollectionsUtils.IsNullOrEmpty<T>(List<T>)
fullName: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty<T>(System.Collections.Generic.List<T>)
nameWithType.vb: CollectionsUtils.IsNullOrEmpty(Of T)(List(Of T))
fullName.vb: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty(Of T)(System.Collections.Generic.List(Of T))
name.vb: IsNullOrEmpty(Of T)(List(Of T))
spec.csharp:
- uid: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{``0})
name: IsNullOrEmpty
href: adas_core.Domain.Utils.CollectionsUtils.html#adas_core_Domain_Utils_CollectionsUtils_IsNullOrEmpty__1_System_Collections_Generic_List___0__
- name: <
- name: T
- name: '>'
- name: (
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: <
- name: T
- name: '>'
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{``0})
name: IsNullOrEmpty
href: adas_core.Domain.Utils.CollectionsUtils.html#adas_core_Domain_Utils_CollectionsUtils_IsNullOrEmpty__1_System_Collections_Generic_List___0__
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: (
- uid: System.Collections.Generic.List`1
name: List
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- name: )
- uid: adas_core.Domain.Utils.CollectionsUtils
commentId: T:adas_core.Domain.Utils.CollectionsUtils
parent: adas_core.Domain.Utils
href: adas_core.Domain.Utils.CollectionsUtils.html
name: CollectionsUtils
nameWithType: CollectionsUtils
fullName: adas_core.Domain.Utils.CollectionsUtils
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
isExternal: true
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
name: IsNumber(object)
nameWithType: NumberUtils.IsNumber(object)
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
nameWithType.vb: NumberUtils.IsNumber(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
name.vb: IsNumber(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
name: IsNumber
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: adas_core.Domain.Utils.NumberUtils
commentId: T:adas_core.Domain.Utils.NumberUtils
parent: adas_core.Domain.Utils
href: adas_core.Domain.Utils.NumberUtils.html
name: NumberUtils
nameWithType: NumberUtils
fullName: adas_core.Domain.Utils.NumberUtils
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
isExternal: true
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
name: ToDouble(object)
nameWithType: NumberUtils.ToDouble(object)
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
nameWithType.vb: NumberUtils.ToDouble(Object)
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
name.vb: ToDouble(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
name: ToDouble
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
isExternal: true
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
name: ToStr(object)
nameWithType: ObjectUtils.ToStr(object)
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
nameWithType.vb: ObjectUtils.ToStr(Object)
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
name.vb: ToStr(Object)
spec.csharp:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
name: ToStr
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
- name: (
- uid: System.Object
name: Object
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.object
- name: )
- uid: adas_core.Domain.Utils.ObjectUtils
commentId: T:adas_core.Domain.Utils.ObjectUtils
parent: adas_core.Domain.Utils
href: adas_core.Domain.Utils.ObjectUtils.html
name: ObjectUtils
nameWithType: ObjectUtils
fullName: adas_core.Domain.Utils.ObjectUtils
- uid: adas_core.Domain.Utils
commentId: N:adas_core.Domain.Utils
href: adas_core.html
name: adas_core.Domain.Utils
nameWithType: adas_core.Domain.Utils
fullName: adas_core.Domain.Utils
spec.csharp:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Utils
name: Utils
href: adas_core.Domain.Utils.html
spec.vb:
- uid: adas_core
name: adas_core
href: adas_core.html
- name: .
- uid: adas_core.Domain
name: Domain
href: adas_core.Domain.html
- name: .
- uid: adas_core.Domain.Utils
name: Utils
href: adas_core.Domain.Utils.html