### YamlMime:ManagedReference
items:
- uid: adas_core.Domain.Models.AppSettings.ValidGroupsConfig
commentId: T:adas_core.Domain.Models.AppSettings.ValidGroupsConfig
id: ValidGroupsConfig
parent: adas_core.Domain.Models.AppSettings
children:
- adas_core.Domain.Models.AppSettings.ValidGroupsConfig.IsValid(adas_core.Domain.Models.MongoModels.User)
langs:
- csharp
- vb
name: ValidGroupsConfig
nameWithType: ValidGroupsConfig
fullName: adas_core.Domain.Models.AppSettings.ValidGroupsConfig
type: Class
source:
remote:
path: adas-core.Domain/Models/AppSettings/AuthSettings.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: ValidGroupsConfig
path: ../../adas-core.Domain/Models/AppSettings/AuthSettings.cs
startLine: 72
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.AppSettings
summary: Represents a configuration collection of instances, exposing them as a strongly-typed list.
remarks: This type inherits from where T is , providing standard list operations for managing the configured valid groups.
example: []
syntax:
content: 'public class ValidGroupsConfig : List, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IList, ICollection, IEnumerable'
content.vb: Public Class ValidGroupsConfig Inherits List(Of ValidGroup) Implements IList(Of ValidGroup), ICollection(Of ValidGroup), IReadOnlyList(Of ValidGroup), IReadOnlyCollection(Of ValidGroup), IEnumerable(Of ValidGroup), IList, ICollection, IEnumerable
inheritance:
- System.Object
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
implements:
- System.Collections.Generic.IList{adas_core.Domain.Models.AppSettings.ValidGroup}
- System.Collections.Generic.ICollection{adas_core.Domain.Models.AppSettings.ValidGroup}
- System.Collections.Generic.IReadOnlyList{adas_core.Domain.Models.AppSettings.ValidGroup}
- System.Collections.Generic.IReadOnlyCollection{adas_core.Domain.Models.AppSettings.ValidGroup}
- System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup}
- System.Collections.IList
- System.Collections.ICollection
- System.Collections.IEnumerable
inheritedMembers:
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Add(adas_core.Domain.Models.AppSettings.ValidGroup)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.AddRange(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.AsReadOnly
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(System.Int32,System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Clear
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Contains(adas_core.Domain.Models.AppSettings.ValidGroup)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ConvertAll``1(System.Converter{adas_core.Domain.Models.AppSettings.ValidGroup,{TOutput}})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup[],System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[])
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[],System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.EnsureCapacity(System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Exists(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Find(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Int32,System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLast(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Int32,System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ForEach(System.Action{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.GetEnumerator
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.GetRange(System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Insert(System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Remove(adas_core.Domain.Models.AppSettings.ValidGroup)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.RemoveAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.RemoveAt(System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.RemoveRange(System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Reverse
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Reverse(System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Slice(System.Int32,System.Int32)
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Comparison{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ToArray
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.TrimExcess
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.TrueForAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Capacity
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Count
- System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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
- uid: adas_core.Domain.Models.AppSettings.ValidGroupsConfig.IsValid(adas_core.Domain.Models.MongoModels.User)
commentId: M:adas_core.Domain.Models.AppSettings.ValidGroupsConfig.IsValid(adas_core.Domain.Models.MongoModels.User)
id: IsValid(adas_core.Domain.Models.MongoModels.User)
parent: adas_core.Domain.Models.AppSettings.ValidGroupsConfig
langs:
- csharp
- vb
name: IsValid(User?)
nameWithType: ValidGroupsConfig.IsValid(User?)
fullName: adas_core.Domain.Models.AppSettings.ValidGroupsConfig.IsValid(adas_core.Domain.Models.MongoModels.User?)
type: Method
source:
remote:
path: adas-core.Domain/Models/AppSettings/AuthSettings.cs
branch: document/release/1.0.1
repo: https://git.teralevel.io/adas/adas-core.git
id: IsValid
path: ../../adas-core.Domain/Models/AppSettings/AuthSettings.cs
startLine: 79
assemblies:
- adas-core.Domain
namespace: adas_core.Domain.Models.AppSettings
summary: Determines whether the specified user is considered valid by checking that it is not null.
example: []
syntax:
content: public bool IsValid(User? user)
parameters:
- id: user
type: adas_core.Domain.Models.MongoModels.User
description: The user instance to validate.
return:
type: System.Boolean
description: true if user is not null; otherwise, false.
content.vb: Public Function IsValid(user As User) As Boolean
overload: adas_core.Domain.Models.AppSettings.ValidGroupsConfig.IsValid*
nameWithType.vb: ValidGroupsConfig.IsValid(User)
fullName.vb: adas_core.Domain.Models.AppSettings.ValidGroupsConfig.IsValid(adas_core.Domain.Models.MongoModels.User)
name.vb: IsValid(User)
references:
- uid: adas_core.Domain.Models.AppSettings.ValidGroup
commentId: T:adas_core.Domain.Models.AppSettings.ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
name: ValidGroup
nameWithType: ValidGroup
fullName: adas_core.Domain.Models.AppSettings.ValidGroup
- 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
nameWithType: List
fullName: System.Collections.Generic.List
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: adas_core.Domain.Models.AppSettings
commentId: N:adas_core.Domain.Models.AppSettings
href: adas_core.html
name: adas_core.Domain.Models.AppSettings
nameWithType: adas_core.Domain.Models.AppSettings
fullName: adas_core.Domain.Models.AppSettings
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.Models
name: Models
href: adas_core.Domain.Models.html
- name: .
- uid: adas_core.Domain.Models.AppSettings
name: AppSettings
href: adas_core.Domain.Models.AppSettings.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.Models
name: Models
href: adas_core.Domain.Models.html
- name: .
- uid: adas_core.Domain.Models.AppSettings
name: AppSettings
href: adas_core.Domain.Models.AppSettings.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.Domain.Models.AppSettings.ValidGroup}
commentId: T:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
parent: System.Collections.Generic
definition: System.Collections.Generic.List`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
nameWithType.vb: List(Of ValidGroup)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup)
name.vb: List(Of ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.IList{adas_core.Domain.Models.AppSettings.ValidGroup}
commentId: T:System.Collections.Generic.IList{adas_core.Domain.Models.AppSettings.ValidGroup}
parent: System.Collections.Generic
definition: System.Collections.Generic.IList`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
name: IList
nameWithType: IList
fullName: System.Collections.Generic.IList
nameWithType.vb: IList(Of ValidGroup)
fullName.vb: System.Collections.Generic.IList(Of adas_core.Domain.Models.AppSettings.ValidGroup)
name.vb: IList(Of ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.ICollection{adas_core.Domain.Models.AppSettings.ValidGroup}
commentId: T:System.Collections.Generic.ICollection{adas_core.Domain.Models.AppSettings.ValidGroup}
parent: System.Collections.Generic
definition: System.Collections.Generic.ICollection`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
name: ICollection
nameWithType: ICollection
fullName: System.Collections.Generic.ICollection
nameWithType.vb: ICollection(Of ValidGroup)
fullName.vb: System.Collections.Generic.ICollection(Of adas_core.Domain.Models.AppSettings.ValidGroup)
name.vb: ICollection(Of ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.IReadOnlyList{adas_core.Domain.Models.AppSettings.ValidGroup}
commentId: T:System.Collections.Generic.IReadOnlyList{adas_core.Domain.Models.AppSettings.ValidGroup}
parent: System.Collections.Generic
definition: System.Collections.Generic.IReadOnlyList`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1
name: IReadOnlyList
nameWithType: IReadOnlyList
fullName: System.Collections.Generic.IReadOnlyList
nameWithType.vb: IReadOnlyList(Of ValidGroup)
fullName.vb: System.Collections.Generic.IReadOnlyList(Of adas_core.Domain.Models.AppSettings.ValidGroup)
name.vb: IReadOnlyList(Of ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.IReadOnlyCollection{adas_core.Domain.Models.AppSettings.ValidGroup}
commentId: T:System.Collections.Generic.IReadOnlyCollection{adas_core.Domain.Models.AppSettings.ValidGroup}
parent: System.Collections.Generic
definition: System.Collections.Generic.IReadOnlyCollection`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
name: IReadOnlyCollection
nameWithType: IReadOnlyCollection
fullName: System.Collections.Generic.IReadOnlyCollection
nameWithType.vb: IReadOnlyCollection(Of ValidGroup)
fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of adas_core.Domain.Models.AppSettings.ValidGroup)
name.vb: IReadOnlyCollection(Of ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup}
commentId: T:System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
nameWithType.vb: IEnumerable(Of ValidGroup)
fullName.vb: System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.AppSettings.ValidGroup)
name.vb: IEnumerable(Of ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.Add(adas_core.Domain.Models.AppSettings.ValidGroup)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Add(adas_core.Domain.Models.AppSettings.ValidGroup)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
definition: System.Collections.Generic.List`1.Add(`0)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
name: Add(ValidGroup)
nameWithType: List.Add(ValidGroup)
fullName: System.Collections.Generic.List.Add(adas_core.Domain.Models.AppSettings.ValidGroup)
nameWithType.vb: List(Of ValidGroup).Add(ValidGroup)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Add(adas_core.Domain.Models.AppSettings.ValidGroup)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Add(adas_core.Domain.Models.AppSettings.ValidGroup)
name: Add
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
- name: (
- uid: adas_core.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Add(adas_core.Domain.Models.AppSettings.ValidGroup)
name: Add
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
- name: (
- uid: adas_core.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.AddRange(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.AddRange(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.AddRange(IEnumerable)
fullName: System.Collections.Generic.List.AddRange(System.Collections.Generic.IEnumerable)
nameWithType.vb: List(Of ValidGroup).AddRange(IEnumerable(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).AddRange(System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: AddRange(IEnumerable(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.AddRange(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.AddRange(System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.AsReadOnly
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.AsReadOnly
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
definition: System.Collections.Generic.List`1.AsReadOnly
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.asreadonly
name: AsReadOnly()
nameWithType: List.AsReadOnly()
fullName: System.Collections.Generic.List.AsReadOnly()
nameWithType.vb: List(Of ValidGroup).AsReadOnly()
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).AsReadOnly()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.BinarySearch(System.Int32,System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(System.Int32,System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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, ValidGroup, IComparer)
nameWithType: List.BinarySearch(int, int, ValidGroup, IComparer)
fullName: System.Collections.Generic.List.BinarySearch(int, int, adas_core.Domain.Models.AppSettings.ValidGroup, System.Collections.Generic.IComparer)
nameWithType.vb: List(Of ValidGroup).BinarySearch(Integer, Integer, ValidGroup, IComparer(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).BinarySearch(Integer, Integer, adas_core.Domain.Models.AppSettings.ValidGroup, System.Collections.Generic.IComparer(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: BinarySearch(Integer, Integer, ValidGroup, IComparer(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(System.Int32,System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(System.Int32,System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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(ValidGroup)
nameWithType: List.BinarySearch(ValidGroup)
fullName: System.Collections.Generic.List.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup)
nameWithType.vb: List(Of ValidGroup).BinarySearch(ValidGroup)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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(ValidGroup, IComparer)
nameWithType: List.BinarySearch(ValidGroup, IComparer)
fullName: System.Collections.Generic.List.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup, System.Collections.Generic.IComparer)
nameWithType.vb: List(Of ValidGroup).BinarySearch(ValidGroup, IComparer(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup, System.Collections.Generic.IComparer(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: BinarySearch(ValidGroup, IComparer(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.BinarySearch(adas_core.Domain.Models.AppSettings.ValidGroup,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Clear
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Clear
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
definition: System.Collections.Generic.List`1.Clear
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.clear
name: Clear()
nameWithType: List.Clear()
fullName: System.Collections.Generic.List.Clear()
nameWithType.vb: List(Of ValidGroup).Clear()
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Clear()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.Contains(adas_core.Domain.Models.AppSettings.ValidGroup)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Contains(adas_core.Domain.Models.AppSettings.ValidGroup)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
definition: System.Collections.Generic.List`1.Contains(`0)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
name: Contains(ValidGroup)
nameWithType: List.Contains(ValidGroup)
fullName: System.Collections.Generic.List.Contains(adas_core.Domain.Models.AppSettings.ValidGroup)
nameWithType.vb: List(Of ValidGroup).Contains(ValidGroup)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Contains(adas_core.Domain.Models.AppSettings.ValidGroup)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Contains(adas_core.Domain.Models.AppSettings.ValidGroup)
name: Contains
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
- name: (
- uid: adas_core.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Contains(adas_core.Domain.Models.AppSettings.ValidGroup)
name: Contains
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
- name: (
- uid: adas_core.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ConvertAll``1(System.Converter{adas_core.Domain.Models.AppSettings.ValidGroup,{TOutput}})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ConvertAll``1(System.Converter{adas_core.Domain.Models.AppSettings.ValidGroup,``0})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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(Converter)
nameWithType: List.ConvertAll(Converter)
fullName: System.Collections.Generic.List.ConvertAll(System.Converter)
nameWithType.vb: List(Of ValidGroup).ConvertAll(Of TOutput)(Converter(Of ValidGroup, TOutput))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).ConvertAll(Of TOutput)(System.Converter(Of adas_core.Domain.Models.AppSettings.ValidGroup, TOutput))
name.vb: ConvertAll(Of TOutput)(Converter(Of ValidGroup, TOutput))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ConvertAll``1(System.Converter{adas_core.Domain.Models.AppSettings.ValidGroup,``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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: ','
- name: " "
- name: TOutput
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ConvertAll``1(System.Converter{adas_core.Domain.Models.AppSettings.ValidGroup,``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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: ','
- name: " "
- name: TOutput
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup[],System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup[],System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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, ValidGroup[], int, int)
nameWithType: List.CopyTo(int, ValidGroup[], int, int)
fullName: System.Collections.Generic.List.CopyTo(int, adas_core.Domain.Models.AppSettings.ValidGroup[], int, int)
nameWithType.vb: List(Of ValidGroup).CopyTo(Integer, ValidGroup(), Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).CopyTo(Integer, adas_core.Domain.Models.AppSettings.ValidGroup(), Integer, Integer)
name.vb: CopyTo(Integer, ValidGroup(), Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup[],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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.CopyTo(System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup[],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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[])
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[])
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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(ValidGroup[])
nameWithType: List.CopyTo(ValidGroup[])
fullName: System.Collections.Generic.List.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[])
nameWithType.vb: List(Of ValidGroup).CopyTo(ValidGroup())
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup())
name.vb: CopyTo(ValidGroup())
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[])
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '['
- name: ']'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[])
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: (
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[],System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[],System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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(ValidGroup[], int)
nameWithType: List.CopyTo(ValidGroup[], int)
fullName: System.Collections.Generic.List.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[], int)
nameWithType.vb: List(Of ValidGroup).CopyTo(ValidGroup(), Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup(), Integer)
name.vb: CopyTo(ValidGroup(), Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[],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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.CopyTo(adas_core.Domain.Models.AppSettings.ValidGroup[],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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.EnsureCapacity(System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.EnsureCapacity(System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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.EnsureCapacity(int)
fullName: System.Collections.Generic.List.EnsureCapacity(int)
nameWithType.vb: List(Of ValidGroup).EnsureCapacity(Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).EnsureCapacity(Integer)
name.vb: EnsureCapacity(Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.Exists(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Exists(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.Exists(Predicate)
fullName: System.Collections.Generic.List.Exists(System.Predicate)
nameWithType.vb: List(Of ValidGroup).Exists(Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Exists(System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: Exists(Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Exists(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Exists(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Find(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Find(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.Find(Predicate)
fullName: System.Collections.Generic.List.Find(System.Predicate)
nameWithType.vb: List(Of ValidGroup).Find(Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Find(System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: Find(Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Find(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Find(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.FindAll(Predicate)
fullName: System.Collections.Generic.List.FindAll(System.Predicate)
nameWithType.vb: List(Of ValidGroup).FindAll(Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).FindAll(System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: FindAll(Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Int32,System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Int32,System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.FindIndex(int, int, Predicate)
fullName: System.Collections.Generic.List.FindIndex(int, int, System.Predicate)
nameWithType.vb: List(Of ValidGroup).FindIndex(Integer, Integer, Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).FindIndex(Integer, Integer, System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: FindIndex(Integer, Integer, Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Int32,System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Int32,System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.FindIndex(int, Predicate)
fullName: System.Collections.Generic.List.FindIndex(int, System.Predicate)
nameWithType.vb: List(Of ValidGroup).FindIndex(Integer, Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).FindIndex(Integer, System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: FindIndex(Integer, Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.FindIndex(Predicate)
fullName: System.Collections.Generic.List.FindIndex(System.Predicate)
nameWithType.vb: List(Of ValidGroup).FindIndex(Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).FindIndex(System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: FindIndex(Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindIndex(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLast(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLast(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.FindLast(Predicate)
fullName: System.Collections.Generic.List.FindLast(System.Predicate)
nameWithType.vb: List(Of ValidGroup).FindLast(Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).FindLast(System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: FindLast(Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLast(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLast(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Int32,System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Int32,System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.FindLastIndex(int, int, Predicate)
fullName: System.Collections.Generic.List.FindLastIndex(int, int, System.Predicate)
nameWithType.vb: List(Of ValidGroup).FindLastIndex(Integer, Integer, Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).FindLastIndex(Integer, Integer, System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: FindLastIndex(Integer, Integer, Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Int32,System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Int32,System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.FindLastIndex(int, Predicate)
fullName: System.Collections.Generic.List.FindLastIndex(int, System.Predicate)
nameWithType.vb: List(Of ValidGroup).FindLastIndex(Integer, Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).FindLastIndex(Integer, System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: FindLastIndex(Integer, Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Int32,System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.FindLastIndex(Predicate)
fullName: System.Collections.Generic.List.FindLastIndex(System.Predicate)
nameWithType.vb: List(Of ValidGroup).FindLastIndex(Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).FindLastIndex(System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: FindLastIndex(Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.FindLastIndex(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ForEach(System.Action{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ForEach(System.Action{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.ForEach(Action)
fullName: System.Collections.Generic.List.ForEach(System.Action)
nameWithType.vb: List(Of ValidGroup).ForEach(Action(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).ForEach(System.Action(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: ForEach(Action(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ForEach(System.Action{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ForEach(System.Action{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.GetEnumerator
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.GetEnumerator
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
definition: System.Collections.Generic.List`1.GetEnumerator
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getenumerator
name: GetEnumerator()
nameWithType: List.GetEnumerator()
fullName: System.Collections.Generic.List.GetEnumerator()
nameWithType.vb: List(Of ValidGroup).GetEnumerator()
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.GetRange(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.GetRange(System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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.GetRange(int, int)
fullName: System.Collections.Generic.List.GetRange(int, int)
nameWithType.vb: List(Of ValidGroup).GetRange(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).GetRange(Integer, Integer)
name.vb: GetRange(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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(ValidGroup)
nameWithType: List.IndexOf(ValidGroup)
fullName: System.Collections.Generic.List.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
nameWithType.vb: List(Of ValidGroup).IndexOf(ValidGroup)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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(ValidGroup, int)
nameWithType: List.IndexOf(ValidGroup, int)
fullName: System.Collections.Generic.List.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup, int)
nameWithType.vb: List(Of ValidGroup).IndexOf(ValidGroup, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup, Integer)
name.vb: IndexOf(ValidGroup, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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(ValidGroup, int, int)
nameWithType: List.IndexOf(ValidGroup, int, int)
fullName: System.Collections.Generic.List.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup, int, int)
nameWithType.vb: List(Of ValidGroup).IndexOf(ValidGroup, Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup, Integer, Integer)
name.vb: IndexOf(ValidGroup, Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.IndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.Insert(System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Insert(System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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, ValidGroup)
nameWithType: List.Insert(int, ValidGroup)
fullName: System.Collections.Generic.List.Insert(int, adas_core.Domain.Models.AppSettings.ValidGroup)
nameWithType.vb: List(Of ValidGroup).Insert(Integer, ValidGroup)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Insert(Integer, adas_core.Domain.Models.AppSettings.ValidGroup)
name.vb: Insert(Integer, ValidGroup)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Insert(System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Insert(System.Int32,adas_core.Domain.Models.AppSettings.ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.InsertRange(int, IEnumerable)
fullName: System.Collections.Generic.List.InsertRange(int, System.Collections.Generic.IEnumerable)
nameWithType.vb: List(Of ValidGroup).InsertRange(Integer, IEnumerable(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).InsertRange(Integer, System.Collections.Generic.IEnumerable(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: InsertRange(Integer, IEnumerable(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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(ValidGroup)
nameWithType: List.LastIndexOf(ValidGroup)
fullName: System.Collections.Generic.List.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
nameWithType.vb: List(Of ValidGroup).LastIndexOf(ValidGroup)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup)
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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(ValidGroup, int)
nameWithType: List.LastIndexOf(ValidGroup, int)
fullName: System.Collections.Generic.List.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup, int)
nameWithType.vb: List(Of ValidGroup).LastIndexOf(ValidGroup, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup, Integer)
name.vb: LastIndexOf(ValidGroup, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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(ValidGroup, int, int)
nameWithType: List.LastIndexOf(ValidGroup, int, int)
fullName: System.Collections.Generic.List.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup, int, int)
nameWithType.vb: List(Of ValidGroup).LastIndexOf(ValidGroup, Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup, Integer, Integer)
name.vb: LastIndexOf(ValidGroup, Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.LastIndexOf(adas_core.Domain.Models.AppSettings.ValidGroup,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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup}.Remove(adas_core.Domain.Models.AppSettings.ValidGroup)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Remove(adas_core.Domain.Models.AppSettings.ValidGroup)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
definition: System.Collections.Generic.List`1.Remove(`0)
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
name: Remove(ValidGroup)
nameWithType: List.Remove(ValidGroup)
fullName: System.Collections.Generic.List.Remove(adas_core.Domain.Models.AppSettings.ValidGroup)
nameWithType.vb: List(Of ValidGroup).Remove(ValidGroup)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Remove(adas_core.Domain.Models.AppSettings.ValidGroup)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Remove(adas_core.Domain.Models.AppSettings.ValidGroup)
name: Remove
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
- name: (
- uid: adas_core.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Remove(adas_core.Domain.Models.AppSettings.ValidGroup)
name: Remove
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
- name: (
- uid: adas_core.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.RemoveAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.RemoveAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.RemoveAll(Predicate)
fullName: System.Collections.Generic.List.RemoveAll(System.Predicate)
nameWithType.vb: List(Of ValidGroup).RemoveAll(Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).RemoveAll(System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: RemoveAll(Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.RemoveAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.RemoveAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.RemoveAt(System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.RemoveAt(System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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.RemoveAt(int)
fullName: System.Collections.Generic.List.RemoveAt(int)
nameWithType.vb: List(Of ValidGroup).RemoveAt(Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).RemoveAt(Integer)
name.vb: RemoveAt(Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.RemoveRange(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.RemoveRange(System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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.RemoveRange(int, int)
fullName: System.Collections.Generic.List.RemoveRange(int, int)
nameWithType.vb: List(Of ValidGroup).RemoveRange(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).RemoveRange(Integer, Integer)
name.vb: RemoveRange(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.Reverse
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Reverse
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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.Reverse()
fullName: System.Collections.Generic.List.Reverse()
nameWithType.vb: List(Of ValidGroup).Reverse()
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Reverse()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.Reverse(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Reverse(System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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.Reverse(int, int)
fullName: System.Collections.Generic.List.Reverse(int, int)
nameWithType.vb: List(Of ValidGroup).Reverse(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Reverse(Integer, Integer)
name.vb: Reverse(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.Slice(System.Int32,System.Int32)
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Slice(System.Int32,System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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.Slice(int, int)
fullName: System.Collections.Generic.List.Slice(int, int)
nameWithType.vb: List(Of ValidGroup).Slice(Integer, Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Slice(Integer, Integer)
name.vb: Slice(Integer, Integer)
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.Sort
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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.Sort()
fullName: System.Collections.Generic.List.Sort()
nameWithType.vb: List(Of ValidGroup).Sort()
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Sort()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.Sort(System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.Sort(IComparer)
fullName: System.Collections.Generic.List.Sort(System.Collections.Generic.IComparer)
nameWithType.vb: List(Of ValidGroup).Sort(IComparer(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Sort(System.Collections.Generic.IComparer(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: Sort(IComparer(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Comparison{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Comparison{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.Sort(Comparison)
fullName: System.Collections.Generic.List.Sort(System.Comparison)
nameWithType.vb: List(Of ValidGroup).Sort(Comparison(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Sort(System.Comparison(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: Sort(Comparison(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Comparison{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Comparison{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.Sort(int, int, IComparer)
fullName: System.Collections.Generic.List.Sort(int, int, System.Collections.Generic.IComparer)
nameWithType.vb: List(Of ValidGroup).Sort(Integer, Integer, IComparer(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Sort(Integer, Integer, System.Collections.Generic.IComparer(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: Sort(Integer, Integer, IComparer(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ToArray
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.ToArray
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
definition: System.Collections.Generic.List`1.ToArray
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.toarray
name: ToArray()
nameWithType: List.ToArray()
fullName: System.Collections.Generic.List.ToArray()
nameWithType.vb: List(Of ValidGroup).ToArray()
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).ToArray()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.TrimExcess
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.TrimExcess
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
definition: System.Collections.Generic.List`1.TrimExcess
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trimexcess
name: TrimExcess()
nameWithType: List.TrimExcess()
fullName: System.Collections.Generic.List.TrimExcess()
nameWithType.vb: List(Of ValidGroup).TrimExcess()
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).TrimExcess()
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.TrueForAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
commentId: M:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.TrueForAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
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)
nameWithType: List.TrueForAll(Predicate)
fullName: System.Collections.Generic.List.TrueForAll(System.Predicate)
nameWithType.vb: List(Of ValidGroup).TrueForAll(Predicate(Of ValidGroup))
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).TrueForAll(System.Predicate(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: TrueForAll(Predicate(Of ValidGroup))
spec.csharp:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.TrueForAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.TrueForAll(System.Predicate{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: )
- name: )
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Capacity
commentId: P:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Capacity
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
definition: System.Collections.Generic.List`1.Capacity
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.capacity
name: Capacity
nameWithType: List.Capacity
fullName: System.Collections.Generic.List.Capacity
nameWithType.vb: List(Of ValidGroup).Capacity
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Capacity
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Count
commentId: P:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Count
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
definition: System.Collections.Generic.List`1.Count
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.count
name: Count
nameWithType: List.Count
fullName: System.Collections.Generic.List.Count
nameWithType.vb: List(Of ValidGroup).Count
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).Count
- uid: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Item(System.Int32)
commentId: P:System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}.Item(System.Int32)
parent: System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup}
definition: System.Collections.Generic.List`1.Item(System.Int32)
href: https://learn.microsoft.com/dotnet/api/system.int32
name: this[int]
nameWithType: List.this[int]
fullName: System.Collections.Generic.List.this[int]
nameWithType.vb: List(Of ValidGroup).this[](Integer)
fullName.vb: System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup).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.Domain.Models.AppSettings.ValidGroup}.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.Domain.Models.AppSettings.ValidGroup}.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(List)
nameWithType: CollectionsUtils.IsNullOrEmpty(List)
fullName: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty(System.Collections.Generic.List)
nameWithType.vb: CollectionsUtils.IsNullOrEmpty(Of ValidGroup)(List(Of ValidGroup))
fullName.vb: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty(Of adas_core.Domain.Models.AppSettings.ValidGroup)(System.Collections.Generic.List(Of adas_core.Domain.Models.AppSettings.ValidGroup))
name.vb: IsNullOrEmpty(Of ValidGroup)(List(Of ValidGroup))
spec.csharp:
- uid: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.html
- name: '>'
- name: )
spec.vb:
- uid: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{adas_core.Domain.Models.AppSettings.ValidGroup})
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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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.Domain.Models.AppSettings.ValidGroup
name: ValidGroup
href: adas_core.Domain.Models.AppSettings.ValidGroup.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
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
nameWithType: IList
fullName: System.Collections.Generic.IList
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
nameWithType: ICollection
fullName: System.Collections.Generic.ICollection
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
nameWithType: IReadOnlyList
fullName: System.Collections.Generic.IReadOnlyList
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
nameWithType: IReadOnlyCollection
fullName: System.Collections.Generic.IReadOnlyCollection
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
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
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.Add(T)
fullName: System.Collections.Generic.List.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)
nameWithType: List.AddRange(IEnumerable)
fullName: System.Collections.Generic.List.AddRange(System.Collections.Generic.IEnumerable)
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.AsReadOnly()
fullName: System.Collections.Generic.List.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)
nameWithType: List.BinarySearch(int, int, T, IComparer)
fullName: System.Collections.Generic.List.BinarySearch(int, int, T, System.Collections.Generic.IComparer)
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.BinarySearch(T)
fullName: System.Collections.Generic.List.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)
nameWithType: List.BinarySearch(T, IComparer)
fullName: System.Collections.Generic.List.BinarySearch(T, System.Collections.Generic.IComparer)
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.Clear()
fullName: System.Collections.Generic.List.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.Contains(T)
fullName: System.Collections.Generic.List.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(Converter)
nameWithType: List.ConvertAll(Converter)
fullName: System.Collections.Generic.List.ConvertAll(System.Converter)
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.CopyTo(int, T[], int, int)
fullName: System.Collections.Generic.List.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.CopyTo(T[])
fullName: System.Collections.Generic.List.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.CopyTo(T[], int)
fullName: System.Collections.Generic.List