5375 lines
245 KiB
YAML
5375 lines
245 KiB
YAML
### 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 <xref href="adas_core.Domain.Models.AppSettings.ValidGroup" data-throw-if-not-resolved="false"></xref> instances, exposing them as a strongly-typed list.
|
|
remarks: This type inherits from <xref href="System.Collections.Generic.List%601" data-throw-if-not-resolved="false"></xref> where T is <xref href="adas_core.Domain.Models.AppSettings.ValidGroup" data-throw-if-not-resolved="false"></xref>, providing standard list operations for managing the configured valid groups.
|
|
example: []
|
|
syntax:
|
|
content: 'public class ValidGroupsConfig : List<ValidGroup>, IList<ValidGroup>, ICollection<ValidGroup>, IReadOnlyList<ValidGroup>, IReadOnlyCollection<ValidGroup>, IEnumerable<ValidGroup>, 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: <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if <code class="paramref">user</code> is not null; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
|
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<T>
|
|
nameWithType: List<T>
|
|
fullName: System.Collections.Generic.List<T>
|
|
nameWithType.vb: List(Of T)
|
|
fullName.vb: System.Collections.Generic.List(Of T)
|
|
name.vb: List(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: 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<ValidGroup>
|
|
nameWithType: List<ValidGroup>
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>
|
|
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<ValidGroup>
|
|
nameWithType: IList<ValidGroup>
|
|
fullName: System.Collections.Generic.IList<adas_core.Domain.Models.AppSettings.ValidGroup>
|
|
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<ValidGroup>
|
|
nameWithType: ICollection<ValidGroup>
|
|
fullName: System.Collections.Generic.ICollection<adas_core.Domain.Models.AppSettings.ValidGroup>
|
|
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<ValidGroup>
|
|
nameWithType: IReadOnlyList<ValidGroup>
|
|
fullName: System.Collections.Generic.IReadOnlyList<adas_core.Domain.Models.AppSettings.ValidGroup>
|
|
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<ValidGroup>
|
|
nameWithType: IReadOnlyCollection<ValidGroup>
|
|
fullName: System.Collections.Generic.IReadOnlyCollection<adas_core.Domain.Models.AppSettings.ValidGroup>
|
|
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<ValidGroup>
|
|
nameWithType: IEnumerable<ValidGroup>
|
|
fullName: System.Collections.Generic.IEnumerable<adas_core.Domain.Models.AppSettings.ValidGroup>
|
|
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<ValidGroup>.Add(ValidGroup)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.AddRange(IEnumerable<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.AddRange(System.Collections.Generic.IEnumerable<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>.AsReadOnly()
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.BinarySearch(int, int, ValidGroup, IComparer<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.BinarySearch(int, int, adas_core.Domain.Models.AppSettings.ValidGroup, System.Collections.Generic.IComparer<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>.BinarySearch(ValidGroup)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.BinarySearch(ValidGroup, IComparer<ValidGroup>)
|
|
fullName: 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>)
|
|
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<ValidGroup>.Clear()
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.Contains(ValidGroup)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<TOutput>(Converter<ValidGroup, TOutput>)
|
|
nameWithType: List<ValidGroup>.ConvertAll<TOutput>(Converter<ValidGroup, TOutput>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.ConvertAll<TOutput>(System.Converter<adas_core.Domain.Models.AppSettings.ValidGroup, TOutput>)
|
|
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<ValidGroup>.CopyTo(int, ValidGroup[], int, int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.CopyTo(ValidGroup[])
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.CopyTo(ValidGroup[], int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.EnsureCapacity(int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.Exists(Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.Exists(System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.Find(Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.Find(System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.FindAll(Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.FindAll(System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.FindIndex(int, int, Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.FindIndex(int, int, System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.FindIndex(int, Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.FindIndex(int, System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.FindIndex(Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.FindIndex(System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.FindLast(Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.FindLast(System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.FindLastIndex(int, int, Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.FindLastIndex(int, int, System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.FindLastIndex(int, Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.FindLastIndex(int, System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.FindLastIndex(Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.FindLastIndex(System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.ForEach(Action<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.ForEach(System.Action<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>.GetEnumerator()
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.GetRange(int, int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.IndexOf(ValidGroup)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.IndexOf(ValidGroup, int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.IndexOf(ValidGroup, int, int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.Insert(int, ValidGroup)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.InsertRange(int, IEnumerable<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.InsertRange(int, System.Collections.Generic.IEnumerable<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>.LastIndexOf(ValidGroup)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.LastIndexOf(ValidGroup, int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.LastIndexOf(ValidGroup, int, int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.Remove(ValidGroup)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.RemoveAll(Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.RemoveAll(System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>.RemoveAt(int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.RemoveRange(int, int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.Reverse()
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.Reverse(int, int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.Slice(int, int)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.Sort()
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.Sort(IComparer<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.Sort(System.Collections.Generic.IComparer<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.Sort(Comparison<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.Sort(System.Comparison<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.Sort(int, int, IComparer<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.Sort(int, int, System.Collections.Generic.IComparer<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>.ToArray()
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.TrimExcess()
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>)
|
|
nameWithType: List<ValidGroup>.TrueForAll(Predicate<ValidGroup>)
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.TrueForAll(System.Predicate<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<ValidGroup>.Capacity
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.Count
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>.this[int]
|
|
fullName: System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>.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<ValidGroup>(List<ValidGroup>)
|
|
nameWithType: CollectionsUtils.IsNullOrEmpty<ValidGroup>(List<ValidGroup>)
|
|
fullName: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty<adas_core.Domain.Models.AppSettings.ValidGroup>(System.Collections.Generic.List<adas_core.Domain.Models.AppSettings.ValidGroup>)
|
|
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<T>
|
|
nameWithType: IList<T>
|
|
fullName: System.Collections.Generic.IList<T>
|
|
nameWithType.vb: IList(Of T)
|
|
fullName.vb: System.Collections.Generic.IList(Of T)
|
|
name.vb: IList(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IList`1
|
|
name: IList
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.IList`1
|
|
name: IList
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic.ICollection`1
|
|
commentId: T:System.Collections.Generic.ICollection`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
name: ICollection<T>
|
|
nameWithType: ICollection<T>
|
|
fullName: System.Collections.Generic.ICollection<T>
|
|
nameWithType.vb: ICollection(Of T)
|
|
fullName.vb: System.Collections.Generic.ICollection(Of T)
|
|
name.vb: ICollection(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.ICollection`1
|
|
name: ICollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.ICollection`1
|
|
name: ICollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic.IReadOnlyList`1
|
|
commentId: T:System.Collections.Generic.IReadOnlyList`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1
|
|
name: IReadOnlyList<T>
|
|
nameWithType: IReadOnlyList<T>
|
|
fullName: System.Collections.Generic.IReadOnlyList<T>
|
|
nameWithType.vb: IReadOnlyList(Of T)
|
|
fullName.vb: System.Collections.Generic.IReadOnlyList(Of T)
|
|
name.vb: IReadOnlyList(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IReadOnlyList`1
|
|
name: IReadOnlyList
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.IReadOnlyList`1
|
|
name: IReadOnlyList
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic.IReadOnlyCollection`1
|
|
commentId: T:System.Collections.Generic.IReadOnlyCollection`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
|
|
name: IReadOnlyCollection<T>
|
|
nameWithType: IReadOnlyCollection<T>
|
|
fullName: System.Collections.Generic.IReadOnlyCollection<T>
|
|
nameWithType.vb: IReadOnlyCollection(Of T)
|
|
fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T)
|
|
name.vb: IReadOnlyCollection(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IReadOnlyCollection`1
|
|
name: IReadOnlyCollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.IReadOnlyCollection`1
|
|
name: IReadOnlyCollection
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
commentId: T:System.Collections.Generic.IEnumerable`1
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
name: IEnumerable<T>
|
|
nameWithType: IEnumerable<T>
|
|
fullName: System.Collections.Generic.IEnumerable<T>
|
|
nameWithType.vb: IEnumerable(Of T)
|
|
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
|
name.vb: IEnumerable(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections
|
|
commentId: N:System.Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System.Collections
|
|
nameWithType: System.Collections
|
|
fullName: System.Collections
|
|
spec.csharp:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
spec.vb:
|
|
- uid: System
|
|
name: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
- name: .
|
|
- uid: System.Collections
|
|
name: Collections
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections
|
|
- uid: System.Collections.Generic.List`1.Add(`0)
|
|
commentId: M:System.Collections.Generic.List`1.Add(`0)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
|
|
name: Add(T)
|
|
nameWithType: List<T>.Add(T)
|
|
fullName: System.Collections.Generic.List<T>.Add(T)
|
|
nameWithType.vb: List(Of T).Add(T)
|
|
fullName.vb: System.Collections.Generic.List(Of T).Add(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Add(`0)
|
|
name: Add
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Add(`0)
|
|
name: Add
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.add
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0})
|
|
commentId: M:System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.addrange
|
|
name: AddRange(IEnumerable<T>)
|
|
nameWithType: List<T>.AddRange(IEnumerable<T>)
|
|
fullName: System.Collections.Generic.List<T>.AddRange(System.Collections.Generic.IEnumerable<T>)
|
|
nameWithType.vb: List(Of T).AddRange(IEnumerable(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).AddRange(System.Collections.Generic.IEnumerable(Of T))
|
|
name.vb: AddRange(IEnumerable(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0})
|
|
name: AddRange
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.addrange
|
|
- name: (
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0})
|
|
name: AddRange
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.addrange
|
|
- name: (
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.AsReadOnly
|
|
commentId: M:System.Collections.Generic.List`1.AsReadOnly
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.asreadonly
|
|
name: AsReadOnly()
|
|
nameWithType: List<T>.AsReadOnly()
|
|
fullName: System.Collections.Generic.List<T>.AsReadOnly()
|
|
nameWithType.vb: List(Of T).AsReadOnly()
|
|
fullName.vb: System.Collections.Generic.List(Of T).AsReadOnly()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.AsReadOnly
|
|
name: AsReadOnly
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.asreadonly
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.AsReadOnly
|
|
name: AsReadOnly
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.asreadonly
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})
|
|
commentId: M:System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(system-int32-system-int32-0-system-collections-generic-icomparer((-0)))
|
|
name: BinarySearch(int, int, T, IComparer<T>)
|
|
nameWithType: List<T>.BinarySearch(int, int, T, IComparer<T>)
|
|
fullName: System.Collections.Generic.List<T>.BinarySearch(int, int, T, System.Collections.Generic.IComparer<T>)
|
|
nameWithType.vb: List(Of T).BinarySearch(Integer, Integer, T, IComparer(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).BinarySearch(Integer, Integer, T, System.Collections.Generic.IComparer(Of T))
|
|
name.vb: BinarySearch(Integer, Integer, T, IComparer(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})
|
|
name: BinarySearch
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(system-int32-system-int32-0-system-collections-generic-icomparer((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IComparer`1
|
|
name: IComparer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0})
|
|
name: BinarySearch
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(system-int32-system-int32-0-system-collections-generic-icomparer((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IComparer`1
|
|
name: IComparer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.BinarySearch(`0)
|
|
commentId: M:System.Collections.Generic.List`1.BinarySearch(`0)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0)
|
|
name: BinarySearch(T)
|
|
nameWithType: List<T>.BinarySearch(T)
|
|
fullName: System.Collections.Generic.List<T>.BinarySearch(T)
|
|
nameWithType.vb: List(Of T).BinarySearch(T)
|
|
fullName.vb: System.Collections.Generic.List(Of T).BinarySearch(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.BinarySearch(`0)
|
|
name: BinarySearch
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0)
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.BinarySearch(`0)
|
|
name: BinarySearch
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0)
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})
|
|
commentId: M:System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0-system-collections-generic-icomparer((-0)))
|
|
name: BinarySearch(T, IComparer<T>)
|
|
nameWithType: List<T>.BinarySearch(T, IComparer<T>)
|
|
fullName: System.Collections.Generic.List<T>.BinarySearch(T, System.Collections.Generic.IComparer<T>)
|
|
nameWithType.vb: List(Of T).BinarySearch(T, IComparer(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).BinarySearch(T, System.Collections.Generic.IComparer(Of T))
|
|
name.vb: BinarySearch(T, IComparer(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})
|
|
name: BinarySearch
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0-system-collections-generic-icomparer((-0)))
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IComparer`1
|
|
name: IComparer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})
|
|
name: BinarySearch
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.binarysearch#system-collections-generic-list-1-binarysearch(-0-system-collections-generic-icomparer((-0)))
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IComparer`1
|
|
name: IComparer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Clear
|
|
commentId: M:System.Collections.Generic.List`1.Clear
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.clear
|
|
name: Clear()
|
|
nameWithType: List<T>.Clear()
|
|
fullName: System.Collections.Generic.List<T>.Clear()
|
|
nameWithType.vb: List(Of T).Clear()
|
|
fullName.vb: System.Collections.Generic.List(Of T).Clear()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Clear
|
|
name: Clear
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.clear
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Clear
|
|
name: Clear
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.clear
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Contains(`0)
|
|
commentId: M:System.Collections.Generic.List`1.Contains(`0)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
|
|
name: Contains(T)
|
|
nameWithType: List<T>.Contains(T)
|
|
fullName: System.Collections.Generic.List<T>.Contains(T)
|
|
nameWithType.vb: List(Of T).Contains(T)
|
|
fullName.vb: System.Collections.Generic.List(Of T).Contains(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Contains(`0)
|
|
name: Contains
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Contains(`0)
|
|
name: Contains
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.contains
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.ConvertAll``1(System.Converter{`0,``0})
|
|
commentId: M:System.Collections.Generic.List`1.ConvertAll``1(System.Converter{`0,``0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.convertall
|
|
name: ConvertAll<TOutput>(Converter<T, TOutput>)
|
|
nameWithType: List<T>.ConvertAll<TOutput>(Converter<T, TOutput>)
|
|
fullName: System.Collections.Generic.List<T>.ConvertAll<TOutput>(System.Converter<T, TOutput>)
|
|
nameWithType.vb: List(Of T).ConvertAll(Of TOutput)(Converter(Of T, TOutput))
|
|
fullName.vb: System.Collections.Generic.List(Of T).ConvertAll(Of TOutput)(System.Converter(Of T, TOutput))
|
|
name.vb: ConvertAll(Of TOutput)(Converter(Of T, TOutput))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.ConvertAll``1(System.Converter{`0,``0})
|
|
name: ConvertAll
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.convertall
|
|
- name: <
|
|
- name: TOutput
|
|
- name: '>'
|
|
- name: (
|
|
- uid: System.Converter`2
|
|
name: Converter
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.converter-2
|
|
- name: <
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- name: TOutput
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.ConvertAll``1(System.Converter{`0,``0})
|
|
name: ConvertAll
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.convertall
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: TOutput
|
|
- name: )
|
|
- name: (
|
|
- uid: System.Converter`2
|
|
name: Converter
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.converter-2
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- name: TOutput
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(system-int32-0()-system-int32-system-int32)
|
|
name: CopyTo(int, T[], int, int)
|
|
nameWithType: List<T>.CopyTo(int, T[], int, int)
|
|
fullName: System.Collections.Generic.List<T>.CopyTo(int, T[], int, int)
|
|
nameWithType.vb: List(Of T).CopyTo(Integer, T(), Integer, Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).CopyTo(Integer, T(), Integer, Integer)
|
|
name.vb: CopyTo(Integer, T(), Integer, Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)
|
|
name: CopyTo
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(system-int32-0()-system-int32-system-int32)
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32)
|
|
name: CopyTo
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(system-int32-0()-system-int32-system-int32)
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.CopyTo(`0[])
|
|
commentId: M:System.Collections.Generic.List`1.CopyTo(`0[])
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0())
|
|
name: CopyTo(T[])
|
|
nameWithType: List<T>.CopyTo(T[])
|
|
fullName: System.Collections.Generic.List<T>.CopyTo(T[])
|
|
nameWithType.vb: List(Of T).CopyTo(T())
|
|
fullName.vb: System.Collections.Generic.List(Of T).CopyTo(T())
|
|
name.vb: CopyTo(T())
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.CopyTo(`0[])
|
|
name: CopyTo
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0())
|
|
- name: (
|
|
- name: T
|
|
- name: '['
|
|
- name: ']'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.CopyTo(`0[])
|
|
name: CopyTo
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0())
|
|
- name: (
|
|
- name: T
|
|
- name: (
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.CopyTo(`0[],System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0()-system-int32)
|
|
name: CopyTo(T[], int)
|
|
nameWithType: List<T>.CopyTo(T[], int)
|
|
fullName: System.Collections.Generic.List<T>.CopyTo(T[], int)
|
|
nameWithType.vb: List(Of T).CopyTo(T(), Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).CopyTo(T(), Integer)
|
|
name.vb: CopyTo(T(), Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32)
|
|
name: CopyTo
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0()-system-int32)
|
|
- name: (
|
|
- name: T
|
|
- name: '['
|
|
- name: ']'
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32)
|
|
name: CopyTo
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.copyto#system-collections-generic-list-1-copyto(-0()-system-int32)
|
|
- name: (
|
|
- name: T
|
|
- name: (
|
|
- name: )
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.EnsureCapacity(System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.EnsureCapacity(System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.ensurecapacity
|
|
name: EnsureCapacity(int)
|
|
nameWithType: List<T>.EnsureCapacity(int)
|
|
fullName: System.Collections.Generic.List<T>.EnsureCapacity(int)
|
|
nameWithType.vb: List(Of T).EnsureCapacity(Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).EnsureCapacity(Integer)
|
|
name.vb: EnsureCapacity(Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.EnsureCapacity(System.Int32)
|
|
name: EnsureCapacity
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.ensurecapacity
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.EnsureCapacity(System.Int32)
|
|
name: EnsureCapacity
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.ensurecapacity
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Exists(System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.Exists(System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.exists
|
|
name: Exists(Predicate<T>)
|
|
nameWithType: List<T>.Exists(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.Exists(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).Exists(Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).Exists(System.Predicate(Of T))
|
|
name.vb: Exists(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Exists(System.Predicate{`0})
|
|
name: Exists
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.exists
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Exists(System.Predicate{`0})
|
|
name: Exists
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.exists
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Find(System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.Find(System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.find
|
|
name: Find(Predicate<T>)
|
|
nameWithType: List<T>.Find(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.Find(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).Find(Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).Find(System.Predicate(Of T))
|
|
name.vb: Find(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Find(System.Predicate{`0})
|
|
name: Find
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.find
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Find(System.Predicate{`0})
|
|
name: Find
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.find
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.FindAll(System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.FindAll(System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findall
|
|
name: FindAll(Predicate<T>)
|
|
nameWithType: List<T>.FindAll(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindAll(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindAll(Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).FindAll(System.Predicate(Of T))
|
|
name.vb: FindAll(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindAll(System.Predicate{`0})
|
|
name: FindAll
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findall
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.FindAll(System.Predicate{`0})
|
|
name: FindAll
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findall
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-int32-system-predicate((-0)))
|
|
name: FindIndex(int, int, Predicate<T>)
|
|
nameWithType: List<T>.FindIndex(int, int, Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindIndex(int, int, System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindIndex(Integer, Integer, Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).FindIndex(Integer, Integer, System.Predicate(Of T))
|
|
name.vb: FindIndex(Integer, Integer, Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0})
|
|
name: FindIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-int32-system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0})
|
|
name: FindIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-int32-system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-predicate((-0)))
|
|
name: FindIndex(int, Predicate<T>)
|
|
nameWithType: List<T>.FindIndex(int, Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindIndex(int, System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindIndex(Integer, Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).FindIndex(Integer, System.Predicate(Of T))
|
|
name.vb: FindIndex(Integer, Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0})
|
|
name: FindIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0})
|
|
name: FindIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-int32-system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.FindIndex(System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-predicate((-0)))
|
|
name: FindIndex(Predicate<T>)
|
|
nameWithType: List<T>.FindIndex(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindIndex(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindIndex(Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).FindIndex(System.Predicate(Of T))
|
|
name.vb: FindIndex(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0})
|
|
name: FindIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0})
|
|
name: FindIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findindex#system-collections-generic-list-1-findindex(system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.FindLast(System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.FindLast(System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlast
|
|
name: FindLast(Predicate<T>)
|
|
nameWithType: List<T>.FindLast(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindLast(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindLast(Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).FindLast(System.Predicate(Of T))
|
|
name.vb: FindLast(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindLast(System.Predicate{`0})
|
|
name: FindLast
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlast
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.FindLast(System.Predicate{`0})
|
|
name: FindLast
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlast
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-int32-system-predicate((-0)))
|
|
name: FindLastIndex(int, int, Predicate<T>)
|
|
nameWithType: List<T>.FindLastIndex(int, int, Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindLastIndex(int, int, System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindLastIndex(Integer, Integer, Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).FindLastIndex(Integer, Integer, System.Predicate(Of T))
|
|
name.vb: FindLastIndex(Integer, Integer, Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})
|
|
name: FindLastIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-int32-system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0})
|
|
name: FindLastIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-int32-system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-predicate((-0)))
|
|
name: FindLastIndex(int, Predicate<T>)
|
|
nameWithType: List<T>.FindLastIndex(int, Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindLastIndex(int, System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindLastIndex(Integer, Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).FindLastIndex(Integer, System.Predicate(Of T))
|
|
name.vb: FindLastIndex(Integer, Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0})
|
|
name: FindLastIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0})
|
|
name: FindLastIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-int32-system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-predicate((-0)))
|
|
name: FindLastIndex(Predicate<T>)
|
|
nameWithType: List<T>.FindLastIndex(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindLastIndex(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindLastIndex(Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).FindLastIndex(System.Predicate(Of T))
|
|
name.vb: FindLastIndex(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0})
|
|
name: FindLastIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0})
|
|
name: FindLastIndex
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.findlastindex#system-collections-generic-list-1-findlastindex(system-predicate((-0)))
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.ForEach(System.Action{`0})
|
|
commentId: M:System.Collections.Generic.List`1.ForEach(System.Action{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.foreach
|
|
name: ForEach(Action<T>)
|
|
nameWithType: List<T>.ForEach(Action<T>)
|
|
fullName: System.Collections.Generic.List<T>.ForEach(System.Action<T>)
|
|
nameWithType.vb: List(Of T).ForEach(Action(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).ForEach(System.Action(Of T))
|
|
name.vb: ForEach(Action(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.ForEach(System.Action{`0})
|
|
name: ForEach
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.foreach
|
|
- name: (
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.ForEach(System.Action{`0})
|
|
name: ForEach
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.foreach
|
|
- name: (
|
|
- uid: System.Action`1
|
|
name: Action
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.GetEnumerator
|
|
commentId: M:System.Collections.Generic.List`1.GetEnumerator
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getenumerator
|
|
name: GetEnumerator()
|
|
nameWithType: List<T>.GetEnumerator()
|
|
fullName: System.Collections.Generic.List<T>.GetEnumerator()
|
|
nameWithType.vb: List(Of T).GetEnumerator()
|
|
fullName.vb: System.Collections.Generic.List(Of T).GetEnumerator()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.GetEnumerator
|
|
name: GetEnumerator
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getenumerator
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.GetEnumerator
|
|
name: GetEnumerator
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getenumerator
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getrange
|
|
name: GetRange(int, int)
|
|
nameWithType: List<T>.GetRange(int, int)
|
|
fullName: System.Collections.Generic.List<T>.GetRange(int, int)
|
|
nameWithType.vb: List(Of T).GetRange(Integer, Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).GetRange(Integer, Integer)
|
|
name.vb: GetRange(Integer, Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32)
|
|
name: GetRange
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getrange
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32)
|
|
name: GetRange
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.getrange
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.IndexOf(`0)
|
|
commentId: M:System.Collections.Generic.List`1.IndexOf(`0)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0)
|
|
name: IndexOf(T)
|
|
nameWithType: List<T>.IndexOf(T)
|
|
fullName: System.Collections.Generic.List<T>.IndexOf(T)
|
|
nameWithType.vb: List(Of T).IndexOf(T)
|
|
fullName.vb: System.Collections.Generic.List(Of T).IndexOf(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.IndexOf(`0)
|
|
name: IndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0)
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.IndexOf(`0)
|
|
name: IndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0)
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.IndexOf(`0,System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32)
|
|
name: IndexOf(T, int)
|
|
nameWithType: List<T>.IndexOf(T, int)
|
|
fullName: System.Collections.Generic.List<T>.IndexOf(T, int)
|
|
nameWithType.vb: List(Of T).IndexOf(T, Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).IndexOf(T, Integer)
|
|
name.vb: IndexOf(T, Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32)
|
|
name: IndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32)
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32)
|
|
name: IndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32)
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32-system-int32)
|
|
name: IndexOf(T, int, int)
|
|
nameWithType: List<T>.IndexOf(T, int, int)
|
|
fullName: System.Collections.Generic.List<T>.IndexOf(T, int, int)
|
|
nameWithType.vb: List(Of T).IndexOf(T, Integer, Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).IndexOf(T, Integer, Integer)
|
|
name.vb: IndexOf(T, Integer, Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32)
|
|
name: IndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32-system-int32)
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32)
|
|
name: IndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.indexof#system-collections-generic-list-1-indexof(-0-system-int32-system-int32)
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Insert(System.Int32,`0)
|
|
commentId: M:System.Collections.Generic.List`1.Insert(System.Int32,`0)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insert
|
|
name: Insert(int, T)
|
|
nameWithType: List<T>.Insert(int, T)
|
|
fullName: System.Collections.Generic.List<T>.Insert(int, T)
|
|
nameWithType.vb: List(Of T).Insert(Integer, T)
|
|
fullName.vb: System.Collections.Generic.List(Of T).Insert(Integer, T)
|
|
name.vb: Insert(Integer, T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Insert(System.Int32,`0)
|
|
name: Insert
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insert
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Insert(System.Int32,`0)
|
|
name: Insert
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insert
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})
|
|
commentId: M:System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insertrange
|
|
name: InsertRange(int, IEnumerable<T>)
|
|
nameWithType: List<T>.InsertRange(int, IEnumerable<T>)
|
|
fullName: System.Collections.Generic.List<T>.InsertRange(int, System.Collections.Generic.IEnumerable<T>)
|
|
nameWithType.vb: List(Of T).InsertRange(Integer, IEnumerable(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).InsertRange(Integer, System.Collections.Generic.IEnumerable(Of T))
|
|
name.vb: InsertRange(Integer, IEnumerable(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})
|
|
name: InsertRange
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insertrange
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})
|
|
name: InsertRange
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.insertrange
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.LastIndexOf(`0)
|
|
commentId: M:System.Collections.Generic.List`1.LastIndexOf(`0)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0)
|
|
name: LastIndexOf(T)
|
|
nameWithType: List<T>.LastIndexOf(T)
|
|
fullName: System.Collections.Generic.List<T>.LastIndexOf(T)
|
|
nameWithType.vb: List(Of T).LastIndexOf(T)
|
|
fullName.vb: System.Collections.Generic.List(Of T).LastIndexOf(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.LastIndexOf(`0)
|
|
name: LastIndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0)
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.LastIndexOf(`0)
|
|
name: LastIndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0)
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32)
|
|
name: LastIndexOf(T, int)
|
|
nameWithType: List<T>.LastIndexOf(T, int)
|
|
fullName: System.Collections.Generic.List<T>.LastIndexOf(T, int)
|
|
nameWithType.vb: List(Of T).LastIndexOf(T, Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).LastIndexOf(T, Integer)
|
|
name.vb: LastIndexOf(T, Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32)
|
|
name: LastIndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32)
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32)
|
|
name: LastIndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32)
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32-system-int32)
|
|
name: LastIndexOf(T, int, int)
|
|
nameWithType: List<T>.LastIndexOf(T, int, int)
|
|
fullName: System.Collections.Generic.List<T>.LastIndexOf(T, int, int)
|
|
nameWithType.vb: List(Of T).LastIndexOf(T, Integer, Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).LastIndexOf(T, Integer, Integer)
|
|
name.vb: LastIndexOf(T, Integer, Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32)
|
|
name: LastIndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32-system-int32)
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32)
|
|
name: LastIndexOf
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.lastindexof#system-collections-generic-list-1-lastindexof(-0-system-int32-system-int32)
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Remove(`0)
|
|
commentId: M:System.Collections.Generic.List`1.Remove(`0)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
|
|
name: Remove(T)
|
|
nameWithType: List<T>.Remove(T)
|
|
fullName: System.Collections.Generic.List<T>.Remove(T)
|
|
nameWithType.vb: List(Of T).Remove(T)
|
|
fullName.vb: System.Collections.Generic.List(Of T).Remove(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Remove(`0)
|
|
name: Remove
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Remove(`0)
|
|
name: Remove
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.remove
|
|
- name: (
|
|
- name: T
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeall
|
|
name: RemoveAll(Predicate<T>)
|
|
nameWithType: List<T>.RemoveAll(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.RemoveAll(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).RemoveAll(Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).RemoveAll(System.Predicate(Of T))
|
|
name.vb: RemoveAll(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0})
|
|
name: RemoveAll
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeall
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0})
|
|
name: RemoveAll
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeall
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.RemoveAt(System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.RemoveAt(System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeat
|
|
name: RemoveAt(int)
|
|
nameWithType: List<T>.RemoveAt(int)
|
|
fullName: System.Collections.Generic.List<T>.RemoveAt(int)
|
|
nameWithType.vb: List(Of T).RemoveAt(Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).RemoveAt(Integer)
|
|
name.vb: RemoveAt(Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.RemoveAt(System.Int32)
|
|
name: RemoveAt
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeat
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.RemoveAt(System.Int32)
|
|
name: RemoveAt
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removeat
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removerange
|
|
name: RemoveRange(int, int)
|
|
nameWithType: List<T>.RemoveRange(int, int)
|
|
fullName: System.Collections.Generic.List<T>.RemoveRange(int, int)
|
|
nameWithType.vb: List(Of T).RemoveRange(Integer, Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).RemoveRange(Integer, Integer)
|
|
name.vb: RemoveRange(Integer, Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32)
|
|
name: RemoveRange
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removerange
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32)
|
|
name: RemoveRange
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.removerange
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Reverse
|
|
commentId: M:System.Collections.Generic.List`1.Reverse
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse
|
|
name: Reverse()
|
|
nameWithType: List<T>.Reverse()
|
|
fullName: System.Collections.Generic.List<T>.Reverse()
|
|
nameWithType.vb: List(Of T).Reverse()
|
|
fullName.vb: System.Collections.Generic.List(Of T).Reverse()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Reverse
|
|
name: Reverse
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Reverse
|
|
name: Reverse
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse(system-int32-system-int32)
|
|
name: Reverse(int, int)
|
|
nameWithType: List<T>.Reverse(int, int)
|
|
fullName: System.Collections.Generic.List<T>.Reverse(int, int)
|
|
nameWithType.vb: List(Of T).Reverse(Integer, Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).Reverse(Integer, Integer)
|
|
name.vb: Reverse(Integer, Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32)
|
|
name: Reverse
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse(system-int32-system-int32)
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32)
|
|
name: Reverse
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.reverse#system-collections-generic-list-1-reverse(system-int32-system-int32)
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Slice(System.Int32,System.Int32)
|
|
commentId: M:System.Collections.Generic.List`1.Slice(System.Int32,System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.slice
|
|
name: Slice(int, int)
|
|
nameWithType: List<T>.Slice(int, int)
|
|
fullName: System.Collections.Generic.List<T>.Slice(int, int)
|
|
nameWithType.vb: List(Of T).Slice(Integer, Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).Slice(Integer, Integer)
|
|
name.vb: Slice(Integer, Integer)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Slice(System.Int32,System.Int32)
|
|
name: Slice
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.slice
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Slice(System.Int32,System.Int32)
|
|
name: Slice
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.slice
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Sort
|
|
commentId: M:System.Collections.Generic.List`1.Sort
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort
|
|
name: Sort()
|
|
nameWithType: List<T>.Sort()
|
|
fullName: System.Collections.Generic.List<T>.Sort()
|
|
nameWithType.vb: List(Of T).Sort()
|
|
fullName.vb: System.Collections.Generic.List(Of T).Sort()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Sort
|
|
name: Sort
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Sort
|
|
name: Sort
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0})
|
|
commentId: M:System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-collections-generic-icomparer((-0)))
|
|
name: Sort(IComparer<T>)
|
|
nameWithType: List<T>.Sort(IComparer<T>)
|
|
fullName: System.Collections.Generic.List<T>.Sort(System.Collections.Generic.IComparer<T>)
|
|
nameWithType.vb: List(Of T).Sort(IComparer(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).Sort(System.Collections.Generic.IComparer(Of T))
|
|
name.vb: Sort(IComparer(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0})
|
|
name: Sort
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-collections-generic-icomparer((-0)))
|
|
- name: (
|
|
- uid: System.Collections.Generic.IComparer`1
|
|
name: IComparer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0})
|
|
name: Sort
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-collections-generic-icomparer((-0)))
|
|
- name: (
|
|
- uid: System.Collections.Generic.IComparer`1
|
|
name: IComparer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Sort(System.Comparison{`0})
|
|
commentId: M:System.Collections.Generic.List`1.Sort(System.Comparison{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-comparison((-0)))
|
|
name: Sort(Comparison<T>)
|
|
nameWithType: List<T>.Sort(Comparison<T>)
|
|
fullName: System.Collections.Generic.List<T>.Sort(System.Comparison<T>)
|
|
nameWithType.vb: List(Of T).Sort(Comparison(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).Sort(System.Comparison(Of T))
|
|
name.vb: Sort(Comparison(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Sort(System.Comparison{`0})
|
|
name: Sort
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-comparison((-0)))
|
|
- name: (
|
|
- uid: System.Comparison`1
|
|
name: Comparison
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.comparison-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Sort(System.Comparison{`0})
|
|
name: Sort
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-comparison((-0)))
|
|
- name: (
|
|
- uid: System.Comparison`1
|
|
name: Comparison
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.comparison-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})
|
|
commentId: M:System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-int32-system-int32-system-collections-generic-icomparer((-0)))
|
|
name: Sort(int, int, IComparer<T>)
|
|
nameWithType: List<T>.Sort(int, int, IComparer<T>)
|
|
fullName: System.Collections.Generic.List<T>.Sort(int, int, System.Collections.Generic.IComparer<T>)
|
|
nameWithType.vb: List(Of T).Sort(Integer, Integer, IComparer(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).Sort(Integer, Integer, System.Collections.Generic.IComparer(Of T))
|
|
name.vb: Sort(Integer, Integer, IComparer(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})
|
|
name: Sort
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-int32-system-int32-system-collections-generic-icomparer((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IComparer`1
|
|
name: IComparer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0})
|
|
name: Sort
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.sort#system-collections-generic-list-1-sort(system-int32-system-int32-system-collections-generic-icomparer((-0)))
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Collections.Generic.IComparer`1
|
|
name: IComparer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.icomparer-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.ToArray
|
|
commentId: M:System.Collections.Generic.List`1.ToArray
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.toarray
|
|
name: ToArray()
|
|
nameWithType: List<T>.ToArray()
|
|
fullName: System.Collections.Generic.List<T>.ToArray()
|
|
nameWithType.vb: List(Of T).ToArray()
|
|
fullName.vb: System.Collections.Generic.List(Of T).ToArray()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.ToArray
|
|
name: ToArray
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.toarray
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.ToArray
|
|
name: ToArray
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.toarray
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.TrimExcess
|
|
commentId: M:System.Collections.Generic.List`1.TrimExcess
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trimexcess
|
|
name: TrimExcess()
|
|
nameWithType: List<T>.TrimExcess()
|
|
fullName: System.Collections.Generic.List<T>.TrimExcess()
|
|
nameWithType.vb: List(Of T).TrimExcess()
|
|
fullName.vb: System.Collections.Generic.List(Of T).TrimExcess()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.TrimExcess
|
|
name: TrimExcess
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trimexcess
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.TrimExcess
|
|
name: TrimExcess
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trimexcess
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0})
|
|
commentId: M:System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0})
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trueforall
|
|
name: TrueForAll(Predicate<T>)
|
|
nameWithType: List<T>.TrueForAll(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.TrueForAll(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).TrueForAll(Predicate(Of T))
|
|
fullName.vb: System.Collections.Generic.List(Of T).TrueForAll(System.Predicate(Of T))
|
|
name.vb: TrueForAll(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0})
|
|
name: TrueForAll
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trueforall
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0})
|
|
name: TrueForAll
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.trueforall
|
|
- name: (
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.predicate-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: System.Collections.Generic.List`1.Capacity
|
|
commentId: P:System.Collections.Generic.List`1.Capacity
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.capacity
|
|
name: Capacity
|
|
nameWithType: List<T>.Capacity
|
|
fullName: System.Collections.Generic.List<T>.Capacity
|
|
nameWithType.vb: List(Of T).Capacity
|
|
fullName.vb: System.Collections.Generic.List(Of T).Capacity
|
|
- uid: System.Collections.Generic.List`1.Count
|
|
commentId: P:System.Collections.Generic.List`1.Count
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.count
|
|
name: Count
|
|
nameWithType: List<T>.Count
|
|
fullName: System.Collections.Generic.List<T>.Count
|
|
nameWithType.vb: List(Of T).Count
|
|
fullName.vb: System.Collections.Generic.List(Of T).Count
|
|
- uid: System.Collections.Generic.List`1.Item(System.Int32)
|
|
commentId: P:System.Collections.Generic.List`1.Item(System.Int32)
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
name: this[int]
|
|
nameWithType: List<T>.this[int]
|
|
fullName: System.Collections.Generic.List<T>.this[int]
|
|
nameWithType.vb: List(Of T).this[](Integer)
|
|
fullName.vb: System.Collections.Generic.List(Of T).this[](Integer)
|
|
name.vb: this[](Integer)
|
|
spec.csharp:
|
|
- name: this
|
|
- name: '['
|
|
- uid: System.Int32
|
|
name: int
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: ']'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1.Item(System.Int32)
|
|
name: this[]
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1.item
|
|
- name: (
|
|
- uid: System.Int32
|
|
name: Integer
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.int32
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{``0})
|
|
commentId: M:adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{``0})
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.CollectionsUtils.html#adas_core_Domain_Utils_CollectionsUtils_IsNullOrEmpty__1_System_Collections_Generic_List___0__
|
|
name: IsNullOrEmpty<T>(List<T>)
|
|
nameWithType: CollectionsUtils.IsNullOrEmpty<T>(List<T>)
|
|
fullName: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty<T>(System.Collections.Generic.List<T>)
|
|
nameWithType.vb: CollectionsUtils.IsNullOrEmpty(Of T)(List(Of T))
|
|
fullName.vb: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty(Of T)(System.Collections.Generic.List(Of T))
|
|
name.vb: IsNullOrEmpty(Of T)(List(Of T))
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{``0})
|
|
name: IsNullOrEmpty
|
|
href: adas_core.Domain.Utils.CollectionsUtils.html#adas_core_Domain_Utils_CollectionsUtils_IsNullOrEmpty__1_System_Collections_Generic_List___0__
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.CollectionsUtils.IsNullOrEmpty``1(System.Collections.Generic.List{``0})
|
|
name: IsNullOrEmpty
|
|
href: adas_core.Domain.Utils.CollectionsUtils.html#adas_core_Domain_Utils_CollectionsUtils_IsNullOrEmpty__1_System_Collections_Generic_List___0__
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.CollectionsUtils
|
|
commentId: T:adas_core.Domain.Utils.CollectionsUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.CollectionsUtils.html
|
|
name: CollectionsUtils
|
|
nameWithType: CollectionsUtils
|
|
fullName: adas_core.Domain.Utils.CollectionsUtils
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
name: IsNumber(object)
|
|
nameWithType: NumberUtils.IsNumber(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.IsNumber(object)
|
|
nameWithType.vb: NumberUtils.IsNumber(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.IsNumber(Object)
|
|
name.vb: IsNumber(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.IsNumber(System.Object)
|
|
name: IsNumber
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_IsNumber_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.NumberUtils
|
|
commentId: T:adas_core.Domain.Utils.NumberUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.NumberUtils.html
|
|
name: NumberUtils
|
|
nameWithType: NumberUtils
|
|
fullName: adas_core.Domain.Utils.NumberUtils
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
name: ToDouble(object)
|
|
nameWithType: NumberUtils.ToDouble(object)
|
|
fullName: adas_core.Domain.Utils.NumberUtils.ToDouble(object)
|
|
nameWithType.vb: NumberUtils.ToDouble(Object)
|
|
fullName.vb: adas_core.Domain.Utils.NumberUtils.ToDouble(Object)
|
|
name.vb: ToDouble(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.NumberUtils.ToDouble(System.Object)
|
|
name: ToDouble
|
|
href: adas_core.Domain.Utils.NumberUtils.html#adas_core_Domain_Utils_NumberUtils_ToDouble_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
commentId: M:adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
isExternal: true
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
name: ToStr(object)
|
|
nameWithType: ObjectUtils.ToStr(object)
|
|
fullName: adas_core.Domain.Utils.ObjectUtils.ToStr(object)
|
|
nameWithType.vb: ObjectUtils.ToStr(Object)
|
|
fullName.vb: adas_core.Domain.Utils.ObjectUtils.ToStr(Object)
|
|
name.vb: ToStr(Object)
|
|
spec.csharp:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: adas_core.Domain.Utils.ObjectUtils.ToStr(System.Object)
|
|
name: ToStr
|
|
href: adas_core.Domain.Utils.ObjectUtils.html#adas_core_Domain_Utils_ObjectUtils_ToStr_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: adas_core.Domain.Utils.ObjectUtils
|
|
commentId: T:adas_core.Domain.Utils.ObjectUtils
|
|
parent: adas_core.Domain.Utils
|
|
href: adas_core.Domain.Utils.ObjectUtils.html
|
|
name: ObjectUtils
|
|
nameWithType: ObjectUtils
|
|
fullName: adas_core.Domain.Utils.ObjectUtils
|
|
- uid: adas_core.Domain.Utils
|
|
commentId: N:adas_core.Domain.Utils
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Utils
|
|
nameWithType: adas_core.Domain.Utils
|
|
fullName: adas_core.Domain.Utils
|
|
spec.csharp:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
spec.vb:
|
|
- uid: adas_core
|
|
name: adas_core
|
|
href: adas_core.html
|
|
- name: .
|
|
- uid: adas_core.Domain
|
|
name: Domain
|
|
href: adas_core.Domain.html
|
|
- name: .
|
|
- uid: adas_core.Domain.Utils
|
|
name: Utils
|
|
href: adas_core.Domain.Utils.html
|
|
- uid: adas_core.Domain.Models.AppSettings.ValidGroupsConfig.IsValid*
|
|
commentId: Overload:adas_core.Domain.Models.AppSettings.ValidGroupsConfig.IsValid
|
|
href: adas_core.Domain.Models.AppSettings.ValidGroupsConfig.html#adas_core_Domain_Models_AppSettings_ValidGroupsConfig_IsValid_adas_core_Domain_Models_MongoModels_User_
|
|
name: IsValid
|
|
nameWithType: ValidGroupsConfig.IsValid
|
|
fullName: adas_core.Domain.Models.AppSettings.ValidGroupsConfig.IsValid
|
|
- uid: adas_core.Domain.Models.MongoModels.User
|
|
commentId: T:adas_core.Domain.Models.MongoModels.User
|
|
parent: adas_core.Domain.Models.MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.User.html
|
|
name: User
|
|
nameWithType: User
|
|
fullName: adas_core.Domain.Models.MongoModels.User
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
name: bool
|
|
nameWithType: bool
|
|
fullName: bool
|
|
nameWithType.vb: Boolean
|
|
fullName.vb: Boolean
|
|
name.vb: Boolean
|
|
- uid: adas_core.Domain.Models.MongoModels
|
|
commentId: N:adas_core.Domain.Models.MongoModels
|
|
href: adas_core.html
|
|
name: adas_core.Domain.Models.MongoModels
|
|
nameWithType: adas_core.Domain.Models.MongoModels
|
|
fullName: adas_core.Domain.Models.MongoModels
|
|
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.MongoModels
|
|
name: MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.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.MongoModels
|
|
name: MongoModels
|
|
href: adas_core.Domain.Models.MongoModels.html
|