### YamlMime:ManagedReference items: - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet commentId: T:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet id: CredentialSet parent: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 children: - Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.#ctor - Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.#ctor(System.String) - Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Dispose - Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Finalize - Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Load - Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Target langs: - csharp - vb name: CredentialSet nameWithType: CredentialSet fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet type: Class source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: CredentialSet path: ../src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs startLine: 14 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 syntax: content: 'public class CredentialSet : List, IList, ICollection, IReadOnlyList, IReadOnlyCollection, IEnumerable, IList, ICollection, IEnumerable, IDisposable' content.vb: >- Public Class CredentialSet Inherits List(Of Win32Credential) Implements IList(Of Win32Credential), ICollection(Of Win32Credential), IReadOnlyList(Of Win32Credential), IReadOnlyCollection(Of Win32Credential), IEnumerable(Of Win32Credential), IList, ICollection, IEnumerable, IDisposable inheritance: - System.Object - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} implements: - System.Collections.Generic.IList{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} - System.Collections.Generic.ICollection{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} - System.Collections.Generic.IReadOnlyList{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} - System.Collections.Generic.IReadOnlyCollection{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} - System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} - System.Collections.IList - System.Collections.ICollection - System.Collections.IEnumerable - System.IDisposable inheritedMembers: - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#get_Item(System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#set_Item(System.Int32,System.Object) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Add(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.AddRange(System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.AsReadOnly - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.BinarySearch(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.BinarySearch(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.BinarySearch(System.Int32,System.Int32,Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Clear - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Contains(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.CopyTo(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[]) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.CopyTo(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[],System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.CopyTo(System.Int32,Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[],System.Int32,System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Exists(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Find(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindAll(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindIndex(System.Int32,System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindIndex(System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindIndex(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLast(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLastIndex(System.Int32,System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLastIndex(System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLastIndex(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.ForEach(System.Action{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.GetEnumerator - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.GetRange(System.Int32,System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32,System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Insert(System.Int32,Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32,System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Remove(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.RemoveAll(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.RemoveAt(System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.RemoveRange(System.Int32,System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Reverse - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Reverse(System.Int32,System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort(System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort(System.Comparison{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#Generic#IEnumerable{T}#GetEnumerator - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#ICollection#CopyTo(System.Array,System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IEnumerable#GetEnumerator - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Add(System.Object) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Contains(System.Object) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#IndexOf(System.Object) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Insert(System.Int32,System.Object) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Remove(System.Object) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.ToArray - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.TrimExcess - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.TrueForAll(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Capacity - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Count - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Item(System.Int32) - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#Generic#ICollection{T}#IsReadOnly - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#ICollection#IsSynchronized - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#ICollection#SyncRoot - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#IsFixedSize - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#IsReadOnly - System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#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 modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.#ctor commentId: M:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.#ctor id: '#ctor' parent: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet langs: - csharp - vb name: CredentialSet() nameWithType: CredentialSet.CredentialSet() fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.CredentialSet() type: Constructor source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: .ctor path: ../src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs startLine: 18 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 syntax: content: public CredentialSet() content.vb: Public Sub New overload: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.#ctor(System.String) commentId: M:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.#ctor(System.String) id: '#ctor(System.String)' parent: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet langs: - csharp - vb name: CredentialSet(String) nameWithType: CredentialSet.CredentialSet(String) fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.CredentialSet(System.String) type: Constructor source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: .ctor path: ../src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs startLine: 22 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 syntax: content: public CredentialSet(string target) content.vb: Public Sub New(target As String) parameters: - id: target type: System.String overload: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Target commentId: P:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Target id: Target parent: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet langs: - csharp - vb name: Target nameWithType: CredentialSet.Target fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Target type: Property source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Target path: ../src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs startLine: 32 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 syntax: content: public string Target { get; set; } content.vb: Public Property Target As String parameters: [] return: type: System.String overload: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Target* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Dispose commentId: M:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Dispose id: Dispose parent: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet langs: - csharp - vb name: Dispose() nameWithType: CredentialSet.Dispose() fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Dispose() type: Method source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Dispose path: ../src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs startLine: 35 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 syntax: content: public void Dispose() content.vb: Public Sub Dispose overload: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Dispose* implements: - System.IDisposable.Dispose modifiers.csharp: - public modifiers.vb: - Public - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Finalize commentId: M:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Finalize id: Finalize parent: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet langs: - csharp - vb name: Finalize() nameWithType: CredentialSet.Finalize() fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Finalize() type: Method source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Finalize path: ../src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs startLine: 43 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 syntax: content: protected void Finalize() content.vb: Protected Sub Finalize overload: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Finalize* modifiers.csharp: - protected modifiers.vb: - Protected - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Load commentId: M:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Load id: Load parent: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet langs: - csharp - vb name: Load() nameWithType: CredentialSet.Load() fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Load() type: Method source: remote: path: src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs branch: master repo: https://kburtram:67c6623fc506400046096af249535f684d9ea40b@github.com/Microsoft/sqltoolsservice.git id: Load path: ../src/Microsoft.SqlTools.ServiceLayer/Credentials/Win32/CredentialSet.cs startLine: 63 assemblies: - Microsoft.SqlTools.ServiceLayer namespace: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 syntax: content: public CredentialSet Load() content.vb: Public Function Load As CredentialSet return: type: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet overload: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Load* modifiers.csharp: - public modifiers.vb: - Public references: - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 commentId: N:Microsoft.SqlTools.ServiceLayer.Credentials.Win32 isExternal: false name: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 nameWithType: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} commentId: T:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} parent: System.Collections.Generic definition: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of Win32Credential) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) name.vb: List(Of Win32Credential) spec.csharp: - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.IList{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} commentId: T:System.Collections.Generic.IList{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} parent: System.Collections.Generic definition: System.Collections.Generic.IList`1 name: IList nameWithType: IList fullName: System.Collections.Generic.IList nameWithType.vb: IList(Of Win32Credential) fullname.vb: System.Collections.Generic.IList(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) name.vb: IList(Of Win32Credential) spec.csharp: - uid: System.Collections.Generic.IList`1 name: IList nameWithType: IList fullName: System.Collections.Generic.IList isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IList`1 name: IList nameWithType: IList fullName: System.Collections.Generic.IList isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.ICollection{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} commentId: T:System.Collections.Generic.ICollection{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} parent: System.Collections.Generic definition: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection nameWithType.vb: ICollection(Of Win32Credential) fullname.vb: System.Collections.Generic.ICollection(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) name.vb: ICollection(Of Win32Credential) spec.csharp: - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.IReadOnlyList{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} commentId: T:System.Collections.Generic.IReadOnlyList{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} parent: System.Collections.Generic definition: System.Collections.Generic.IReadOnlyList`1 name: IReadOnlyList nameWithType: IReadOnlyList fullName: System.Collections.Generic.IReadOnlyList nameWithType.vb: IReadOnlyList(Of Win32Credential) fullname.vb: System.Collections.Generic.IReadOnlyList(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) name.vb: IReadOnlyList(Of Win32Credential) spec.csharp: - uid: System.Collections.Generic.IReadOnlyList`1 name: IReadOnlyList nameWithType: IReadOnlyList fullName: System.Collections.Generic.IReadOnlyList isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IReadOnlyList`1 name: IReadOnlyList nameWithType: IReadOnlyList fullName: System.Collections.Generic.IReadOnlyList isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.IReadOnlyCollection{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} commentId: T:System.Collections.Generic.IReadOnlyCollection{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} parent: System.Collections.Generic definition: System.Collections.Generic.IReadOnlyCollection`1 name: IReadOnlyCollection nameWithType: IReadOnlyCollection fullName: System.Collections.Generic.IReadOnlyCollection nameWithType.vb: IReadOnlyCollection(Of Win32Credential) fullname.vb: System.Collections.Generic.IReadOnlyCollection(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) name.vb: IReadOnlyCollection(Of Win32Credential) spec.csharp: - uid: System.Collections.Generic.IReadOnlyCollection`1 name: IReadOnlyCollection nameWithType: IReadOnlyCollection fullName: System.Collections.Generic.IReadOnlyCollection isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IReadOnlyCollection`1 name: IReadOnlyCollection nameWithType: IReadOnlyCollection fullName: System.Collections.Generic.IReadOnlyCollection isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} commentId: T:System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} parent: System.Collections.Generic definition: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of Win32Credential) fullname.vb: System.Collections.Generic.IEnumerable(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) name.vb: IEnumerable(Of Win32Credential) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.IList commentId: T:System.Collections.IList parent: System.Collections isExternal: true name: IList nameWithType: IList fullName: System.Collections.IList - uid: System.Collections.ICollection commentId: T:System.Collections.ICollection parent: System.Collections isExternal: true name: ICollection nameWithType: ICollection fullName: System.Collections.ICollection - uid: System.Collections.IEnumerable commentId: T:System.Collections.IEnumerable parent: System.Collections isExternal: true name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.IEnumerable - uid: System.IDisposable commentId: T:System.IDisposable parent: System isExternal: true name: IDisposable nameWithType: IDisposable fullName: System.IDisposable - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#get_Item(System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#get_Item(System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#IList#get_Item(System.Int32) name: IList.get_Item(Int32) nameWithType: List.IList.get_Item(Int32) fullName: System.Collections.Generic.List.System.Collections.IList.get_Item(System.Int32) nameWithType.vb: List(Of Win32Credential).System.Collections.IList.get_Item(Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.get_Item(System.Int32) name.vb: System.Collections.IList.get_Item(Int32) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#get_Item(System.Int32) name: IList.get_Item nameWithType: List.IList.get_Item fullName: System.Collections.Generic.List.System.Collections.IList.get_Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#get_Item(System.Int32) name: System.Collections.IList.get_Item nameWithType: List(Of Win32Credential).System.Collections.IList.get_Item fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.get_Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#set_Item(System.Int32,System.Object) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#set_Item(System.Int32,System.Object) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#IList#set_Item(System.Int32,System.Object) name: IList.set_Item(Int32, Object) nameWithType: List.IList.set_Item(Int32, Object) fullName: System.Collections.Generic.List.System.Collections.IList.set_Item(System.Int32, System.Object) nameWithType.vb: List(Of Win32Credential).System.Collections.IList.set_Item(Int32, Object) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.set_Item(System.Int32, System.Object) name.vb: System.Collections.IList.set_Item(Int32, Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#set_Item(System.Int32,System.Object) name: IList.set_Item nameWithType: List.IList.set_Item fullName: System.Collections.Generic.List.System.Collections.IList.set_Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#set_Item(System.Int32,System.Object) name: System.Collections.IList.set_Item nameWithType: List(Of Win32Credential).System.Collections.IList.set_Item fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.set_Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Add(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Add(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Add(`0) name: Add(Win32Credential) nameWithType: List.Add(Win32Credential) fullName: System.Collections.Generic.List.Add(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) nameWithType.vb: List(Of Win32Credential).Add(Win32Credential) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Add(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) spec.csharp: - uid: System.Collections.Generic.List`1.Add(`0) name: Add nameWithType: List.Add fullName: System.Collections.Generic.List.Add isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Add(`0) name: Add nameWithType: List(Of Win32Credential).Add fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Add isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.AddRange(System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.AddRange(System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0}) name: AddRange(IEnumerable) nameWithType: List.AddRange(IEnumerable) fullName: System.Collections.Generic.List.AddRange(System.Collections.Generic.IEnumerable) nameWithType.vb: List(Of Win32Credential).AddRange(IEnumerable(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).AddRange(System.Collections.Generic.IEnumerable(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: AddRange(IEnumerable(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0}) name: AddRange nameWithType: List.AddRange fullName: System.Collections.Generic.List.AddRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0}) name: AddRange nameWithType: List(Of Win32Credential).AddRange fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).AddRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.AsReadOnly commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.AsReadOnly parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.AsReadOnly name: AsReadOnly() nameWithType: List.AsReadOnly() fullName: System.Collections.Generic.List.AsReadOnly() nameWithType.vb: List(Of Win32Credential).AsReadOnly() fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).AsReadOnly() spec.csharp: - uid: System.Collections.Generic.List`1.AsReadOnly name: AsReadOnly nameWithType: List.AsReadOnly fullName: System.Collections.Generic.List.AsReadOnly isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.AsReadOnly name: AsReadOnly nameWithType: List(Of Win32Credential).AsReadOnly fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).AsReadOnly isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.BinarySearch(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.BinarySearch(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.BinarySearch(`0) name: BinarySearch(Win32Credential) nameWithType: List.BinarySearch(Win32Credential) fullName: System.Collections.Generic.List.BinarySearch(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) nameWithType.vb: List(Of Win32Credential).BinarySearch(Win32Credential) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).BinarySearch(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) spec.csharp: - uid: System.Collections.Generic.List`1.BinarySearch(`0) name: BinarySearch nameWithType: List.BinarySearch fullName: System.Collections.Generic.List.BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.BinarySearch(`0) name: BinarySearch nameWithType: List(Of Win32Credential).BinarySearch fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.BinarySearch(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.BinarySearch(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0}) name: BinarySearch(Win32Credential, IComparer) nameWithType: List.BinarySearch(Win32Credential, IComparer) fullName: System.Collections.Generic.List.BinarySearch(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Collections.Generic.IComparer) nameWithType.vb: List(Of Win32Credential).BinarySearch(Win32Credential, IComparer(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).BinarySearch(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Collections.Generic.IComparer(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: BinarySearch(Win32Credential, IComparer(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0}) name: BinarySearch nameWithType: List.BinarySearch fullName: System.Collections.Generic.List.BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0}) name: BinarySearch nameWithType: List(Of Win32Credential).BinarySearch fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.BinarySearch(System.Int32,System.Int32,Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.BinarySearch(System.Int32,System.Int32,Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0}) name: BinarySearch(Int32, Int32, Win32Credential, IComparer) nameWithType: List.BinarySearch(Int32, Int32, Win32Credential, IComparer) fullName: System.Collections.Generic.List.BinarySearch(System.Int32, System.Int32, Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Collections.Generic.IComparer) nameWithType.vb: List(Of Win32Credential).BinarySearch(Int32, Int32, Win32Credential, IComparer(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).BinarySearch(System.Int32, System.Int32, Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Collections.Generic.IComparer(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: BinarySearch(Int32, Int32, Win32Credential, IComparer(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0}) name: BinarySearch nameWithType: List.BinarySearch fullName: System.Collections.Generic.List.BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0}) name: BinarySearch nameWithType: List(Of Win32Credential).BinarySearch fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Clear commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Clear parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Clear name: Clear() nameWithType: List.Clear() fullName: System.Collections.Generic.List.Clear() nameWithType.vb: List(Of Win32Credential).Clear() fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Clear() spec.csharp: - uid: System.Collections.Generic.List`1.Clear name: Clear nameWithType: List.Clear fullName: System.Collections.Generic.List.Clear isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Clear name: Clear nameWithType: List(Of Win32Credential).Clear fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Clear isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Contains(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Contains(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Contains(`0) name: Contains(Win32Credential) nameWithType: List.Contains(Win32Credential) fullName: System.Collections.Generic.List.Contains(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) nameWithType.vb: List(Of Win32Credential).Contains(Win32Credential) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Contains(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) spec.csharp: - uid: System.Collections.Generic.List`1.Contains(`0) name: Contains nameWithType: List.Contains fullName: System.Collections.Generic.List.Contains isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Contains(`0) name: Contains nameWithType: List(Of Win32Credential).Contains fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Contains isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.CopyTo(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[]) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.CopyTo(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[]) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.CopyTo(`0[]) name: CopyTo(Win32Credential[]) nameWithType: List.CopyTo(Win32Credential[]) fullName: System.Collections.Generic.List.CopyTo(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[]) nameWithType.vb: List(Of Win32Credential).CopyTo(Win32Credential()) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).CopyTo(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential()) name.vb: CopyTo(Win32Credential()) spec.csharp: - uid: System.Collections.Generic.List`1.CopyTo(`0[]) name: CopyTo nameWithType: List.CopyTo fullName: System.Collections.Generic.List.CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '[]' nameWithType: '[]' fullName: '[]' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.CopyTo(`0[]) name: CopyTo nameWithType: List(Of Win32Credential).CopyTo fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: () nameWithType: () fullName: () - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.CopyTo(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[],System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.CopyTo(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[],System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32) name: CopyTo(Win32Credential[], Int32) nameWithType: List.CopyTo(Win32Credential[], Int32) fullName: System.Collections.Generic.List.CopyTo(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[], System.Int32) nameWithType.vb: List(Of Win32Credential).CopyTo(Win32Credential(), Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).CopyTo(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential(), System.Int32) name.vb: CopyTo(Win32Credential(), Int32) spec.csharp: - uid: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32) name: CopyTo nameWithType: List.CopyTo fullName: System.Collections.Generic.List.CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '[]' nameWithType: '[]' fullName: '[]' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32) name: CopyTo nameWithType: List(Of Win32Credential).CopyTo fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: () nameWithType: () fullName: () - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.CopyTo(System.Int32,Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[],System.Int32,System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.CopyTo(System.Int32,Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[],System.Int32,System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32) name: CopyTo(Int32, Win32Credential[], Int32, Int32) nameWithType: List.CopyTo(Int32, Win32Credential[], Int32, Int32) fullName: System.Collections.Generic.List.CopyTo(System.Int32, Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential[], System.Int32, System.Int32) nameWithType.vb: List(Of Win32Credential).CopyTo(Int32, Win32Credential(), Int32, Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).CopyTo(System.Int32, Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential(), System.Int32, System.Int32) name.vb: CopyTo(Int32, Win32Credential(), Int32, Int32) spec.csharp: - uid: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32) name: CopyTo nameWithType: List.CopyTo fullName: System.Collections.Generic.List.CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '[]' nameWithType: '[]' fullName: '[]' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32) name: CopyTo nameWithType: List(Of Win32Credential).CopyTo fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: () nameWithType: () fullName: () - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Exists(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Exists(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Exists(System.Predicate{`0}) name: Exists(Predicate) nameWithType: List.Exists(Predicate) fullName: System.Collections.Generic.List.Exists(System.Predicate) nameWithType.vb: List(Of Win32Credential).Exists(Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Exists(System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: Exists(Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.Exists(System.Predicate{`0}) name: Exists nameWithType: List.Exists fullName: System.Collections.Generic.List.Exists isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Exists(System.Predicate{`0}) name: Exists nameWithType: List(Of Win32Credential).Exists fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Exists isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Find(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Find(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Find(System.Predicate{`0}) name: Find(Predicate) nameWithType: List.Find(Predicate) fullName: System.Collections.Generic.List.Find(System.Predicate) nameWithType.vb: List(Of Win32Credential).Find(Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Find(System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: Find(Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.Find(System.Predicate{`0}) name: Find nameWithType: List.Find fullName: System.Collections.Generic.List.Find isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Find(System.Predicate{`0}) name: Find nameWithType: List(Of Win32Credential).Find fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Find isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindAll(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindAll(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.FindAll(System.Predicate{`0}) name: FindAll(Predicate) nameWithType: List.FindAll(Predicate) fullName: System.Collections.Generic.List.FindAll(System.Predicate) nameWithType.vb: List(Of Win32Credential).FindAll(Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindAll(System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: FindAll(Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.FindAll(System.Predicate{`0}) name: FindAll nameWithType: List.FindAll fullName: System.Collections.Generic.List.FindAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindAll(System.Predicate{`0}) name: FindAll nameWithType: List(Of Win32Credential).FindAll fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindIndex(System.Int32,System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindIndex(System.Int32,System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0}) name: FindIndex(Int32, Int32, Predicate) nameWithType: List.FindIndex(Int32, Int32, Predicate) fullName: System.Collections.Generic.List.FindIndex(System.Int32, System.Int32, System.Predicate) nameWithType.vb: List(Of Win32Credential).FindIndex(Int32, Int32, Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindIndex(System.Int32, System.Int32, System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: FindIndex(Int32, Int32, Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0}) name: FindIndex nameWithType: List.FindIndex fullName: System.Collections.Generic.List.FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0}) name: FindIndex nameWithType: List(Of Win32Credential).FindIndex fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindIndex(System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindIndex(System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0}) name: FindIndex(Int32, Predicate) nameWithType: List.FindIndex(Int32, Predicate) fullName: System.Collections.Generic.List.FindIndex(System.Int32, System.Predicate) nameWithType.vb: List(Of Win32Credential).FindIndex(Int32, Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindIndex(System.Int32, System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: FindIndex(Int32, Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0}) name: FindIndex nameWithType: List.FindIndex fullName: System.Collections.Generic.List.FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0}) name: FindIndex nameWithType: List(Of Win32Credential).FindIndex fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindIndex(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindIndex(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0}) name: FindIndex(Predicate) nameWithType: List.FindIndex(Predicate) fullName: System.Collections.Generic.List.FindIndex(System.Predicate) nameWithType.vb: List(Of Win32Credential).FindIndex(Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindIndex(System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: FindIndex(Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0}) name: FindIndex nameWithType: List.FindIndex fullName: System.Collections.Generic.List.FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0}) name: FindIndex nameWithType: List(Of Win32Credential).FindIndex fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLast(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLast(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.FindLast(System.Predicate{`0}) name: FindLast(Predicate) nameWithType: List.FindLast(Predicate) fullName: System.Collections.Generic.List.FindLast(System.Predicate) nameWithType.vb: List(Of Win32Credential).FindLast(Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindLast(System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: FindLast(Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.FindLast(System.Predicate{`0}) name: FindLast nameWithType: List.FindLast fullName: System.Collections.Generic.List.FindLast isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindLast(System.Predicate{`0}) name: FindLast nameWithType: List(Of Win32Credential).FindLast fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindLast isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLastIndex(System.Int32,System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLastIndex(System.Int32,System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0}) name: FindLastIndex(Int32, Int32, Predicate) nameWithType: List.FindLastIndex(Int32, Int32, Predicate) fullName: System.Collections.Generic.List.FindLastIndex(System.Int32, System.Int32, System.Predicate) nameWithType.vb: List(Of Win32Credential).FindLastIndex(Int32, Int32, Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindLastIndex(System.Int32, System.Int32, System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: FindLastIndex(Int32, Int32, Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0}) name: FindLastIndex nameWithType: List.FindLastIndex fullName: System.Collections.Generic.List.FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0}) name: FindLastIndex nameWithType: List(Of Win32Credential).FindLastIndex fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLastIndex(System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLastIndex(System.Int32,System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0}) name: FindLastIndex(Int32, Predicate) nameWithType: List.FindLastIndex(Int32, Predicate) fullName: System.Collections.Generic.List.FindLastIndex(System.Int32, System.Predicate) nameWithType.vb: List(Of Win32Credential).FindLastIndex(Int32, Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindLastIndex(System.Int32, System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: FindLastIndex(Int32, Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0}) name: FindLastIndex nameWithType: List.FindLastIndex fullName: System.Collections.Generic.List.FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0}) name: FindLastIndex nameWithType: List(Of Win32Credential).FindLastIndex fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLastIndex(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.FindLastIndex(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0}) name: FindLastIndex(Predicate) nameWithType: List.FindLastIndex(Predicate) fullName: System.Collections.Generic.List.FindLastIndex(System.Predicate) nameWithType.vb: List(Of Win32Credential).FindLastIndex(Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindLastIndex(System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: FindLastIndex(Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0}) name: FindLastIndex nameWithType: List.FindLastIndex fullName: System.Collections.Generic.List.FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0}) name: FindLastIndex nameWithType: List(Of Win32Credential).FindLastIndex fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.ForEach(System.Action{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.ForEach(System.Action{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.ForEach(System.Action{`0}) name: ForEach(Action) nameWithType: List.ForEach(Action) fullName: System.Collections.Generic.List.ForEach(System.Action) nameWithType.vb: List(Of Win32Credential).ForEach(Action(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).ForEach(System.Action(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: ForEach(Action(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.ForEach(System.Action{`0}) name: ForEach nameWithType: List.ForEach fullName: System.Collections.Generic.List.ForEach isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.ForEach(System.Action{`0}) name: ForEach nameWithType: List(Of Win32Credential).ForEach fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).ForEach isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.GetEnumerator commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.GetEnumerator parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.GetEnumerator name: GetEnumerator() nameWithType: List.GetEnumerator() fullName: System.Collections.Generic.List.GetEnumerator() nameWithType.vb: List(Of Win32Credential).GetEnumerator() fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).GetEnumerator() spec.csharp: - uid: System.Collections.Generic.List`1.GetEnumerator name: GetEnumerator nameWithType: List.GetEnumerator fullName: System.Collections.Generic.List.GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.GetEnumerator name: GetEnumerator nameWithType: List(Of Win32Credential).GetEnumerator fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.GetRange(System.Int32,System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.GetRange(System.Int32,System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32) name: GetRange(Int32, Int32) nameWithType: List.GetRange(Int32, Int32) fullName: System.Collections.Generic.List.GetRange(System.Int32, System.Int32) nameWithType.vb: List(Of Win32Credential).GetRange(Int32, Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).GetRange(System.Int32, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32) name: GetRange nameWithType: List.GetRange fullName: System.Collections.Generic.List.GetRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32) name: GetRange nameWithType: List(Of Win32Credential).GetRange fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).GetRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.IndexOf(`0) name: IndexOf(Win32Credential) nameWithType: List.IndexOf(Win32Credential) fullName: System.Collections.Generic.List.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) nameWithType.vb: List(Of Win32Credential).IndexOf(Win32Credential) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) spec.csharp: - uid: System.Collections.Generic.List`1.IndexOf(`0) name: IndexOf nameWithType: List.IndexOf fullName: System.Collections.Generic.List.IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.IndexOf(`0) name: IndexOf nameWithType: List(Of Win32Credential).IndexOf fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.IndexOf(`0,System.Int32) name: IndexOf(Win32Credential, Int32) nameWithType: List.IndexOf(Win32Credential, Int32) fullName: System.Collections.Generic.List.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Int32) nameWithType.vb: List(Of Win32Credential).IndexOf(Win32Credential, Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32) name: IndexOf nameWithType: List.IndexOf fullName: System.Collections.Generic.List.IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32) name: IndexOf nameWithType: List(Of Win32Credential).IndexOf fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32,System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32,System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32) name: IndexOf(Win32Credential, Int32, Int32) nameWithType: List.IndexOf(Win32Credential, Int32, Int32) fullName: System.Collections.Generic.List.IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Int32, System.Int32) nameWithType.vb: List(Of Win32Credential).IndexOf(Win32Credential, Int32, Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).IndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Int32, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32) name: IndexOf nameWithType: List.IndexOf fullName: System.Collections.Generic.List.IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32) name: IndexOf nameWithType: List(Of Win32Credential).IndexOf fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Insert(System.Int32,Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Insert(System.Int32,Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Insert(System.Int32,`0) name: Insert(Int32, Win32Credential) nameWithType: List.Insert(Int32, Win32Credential) fullName: System.Collections.Generic.List.Insert(System.Int32, Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) nameWithType.vb: List(Of Win32Credential).Insert(Int32, Win32Credential) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Insert(System.Int32, Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) spec.csharp: - uid: System.Collections.Generic.List`1.Insert(System.Int32,`0) name: Insert nameWithType: List.Insert fullName: System.Collections.Generic.List.Insert isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Insert(System.Int32,`0) name: Insert nameWithType: List(Of Win32Credential).Insert fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Insert isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0}) name: InsertRange(Int32, IEnumerable) nameWithType: List.InsertRange(Int32, IEnumerable) fullName: System.Collections.Generic.List.InsertRange(System.Int32, System.Collections.Generic.IEnumerable) nameWithType.vb: List(Of Win32Credential).InsertRange(Int32, IEnumerable(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).InsertRange(System.Int32, System.Collections.Generic.IEnumerable(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: InsertRange(Int32, IEnumerable(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0}) name: InsertRange nameWithType: List.InsertRange fullName: System.Collections.Generic.List.InsertRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0}) name: InsertRange nameWithType: List(Of Win32Credential).InsertRange fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).InsertRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.LastIndexOf(`0) name: LastIndexOf(Win32Credential) nameWithType: List.LastIndexOf(Win32Credential) fullName: System.Collections.Generic.List.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) nameWithType.vb: List(Of Win32Credential).LastIndexOf(Win32Credential) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) spec.csharp: - uid: System.Collections.Generic.List`1.LastIndexOf(`0) name: LastIndexOf nameWithType: List.LastIndexOf fullName: System.Collections.Generic.List.LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.LastIndexOf(`0) name: LastIndexOf nameWithType: List(Of Win32Credential).LastIndexOf fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32) name: LastIndexOf(Win32Credential, Int32) nameWithType: List.LastIndexOf(Win32Credential, Int32) fullName: System.Collections.Generic.List.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Int32) nameWithType.vb: List(Of Win32Credential).LastIndexOf(Win32Credential, Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32) name: LastIndexOf nameWithType: List.LastIndexOf fullName: System.Collections.Generic.List.LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32) name: LastIndexOf nameWithType: List(Of Win32Credential).LastIndexOf fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32,System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential,System.Int32,System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32) name: LastIndexOf(Win32Credential, Int32, Int32) nameWithType: List.LastIndexOf(Win32Credential, Int32, Int32) fullName: System.Collections.Generic.List.LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Int32, System.Int32) nameWithType.vb: List(Of Win32Credential).LastIndexOf(Win32Credential, Int32, Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).LastIndexOf(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential, System.Int32, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32) name: LastIndexOf nameWithType: List.LastIndexOf fullName: System.Collections.Generic.List.LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32) name: LastIndexOf nameWithType: List(Of Win32Credential).LastIndexOf fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Remove(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Remove(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Remove(`0) name: Remove(Win32Credential) nameWithType: List.Remove(Win32Credential) fullName: System.Collections.Generic.List.Remove(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) nameWithType.vb: List(Of Win32Credential).Remove(Win32Credential) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Remove(Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential) spec.csharp: - uid: System.Collections.Generic.List`1.Remove(`0) name: Remove nameWithType: List.Remove fullName: System.Collections.Generic.List.Remove isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Remove(`0) name: Remove nameWithType: List(Of Win32Credential).Remove fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Remove isExternal: true - name: ( nameWithType: ( fullName: ( - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.RemoveAll(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.RemoveAll(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0}) name: RemoveAll(Predicate) nameWithType: List.RemoveAll(Predicate) fullName: System.Collections.Generic.List.RemoveAll(System.Predicate) nameWithType.vb: List(Of Win32Credential).RemoveAll(Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).RemoveAll(System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: RemoveAll(Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0}) name: RemoveAll nameWithType: List.RemoveAll fullName: System.Collections.Generic.List.RemoveAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0}) name: RemoveAll nameWithType: List(Of Win32Credential).RemoveAll fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).RemoveAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.RemoveAt(System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.RemoveAt(System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.RemoveAt(System.Int32) name: RemoveAt(Int32) nameWithType: List.RemoveAt(Int32) fullName: System.Collections.Generic.List.RemoveAt(System.Int32) nameWithType.vb: List(Of Win32Credential).RemoveAt(Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).RemoveAt(System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.RemoveAt(System.Int32) name: RemoveAt nameWithType: List.RemoveAt fullName: System.Collections.Generic.List.RemoveAt isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.RemoveAt(System.Int32) name: RemoveAt nameWithType: List(Of Win32Credential).RemoveAt fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).RemoveAt isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.RemoveRange(System.Int32,System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.RemoveRange(System.Int32,System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32) name: RemoveRange(Int32, Int32) nameWithType: List.RemoveRange(Int32, Int32) fullName: System.Collections.Generic.List.RemoveRange(System.Int32, System.Int32) nameWithType.vb: List(Of Win32Credential).RemoveRange(Int32, Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).RemoveRange(System.Int32, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32) name: RemoveRange nameWithType: List.RemoveRange fullName: System.Collections.Generic.List.RemoveRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32) name: RemoveRange nameWithType: List(Of Win32Credential).RemoveRange fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).RemoveRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Reverse commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Reverse parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Reverse name: Reverse() nameWithType: List.Reverse() fullName: System.Collections.Generic.List.Reverse() nameWithType.vb: List(Of Win32Credential).Reverse() fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Reverse() spec.csharp: - uid: System.Collections.Generic.List`1.Reverse name: Reverse nameWithType: List.Reverse fullName: System.Collections.Generic.List.Reverse isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Reverse name: Reverse nameWithType: List(Of Win32Credential).Reverse fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Reverse isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Reverse(System.Int32,System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Reverse(System.Int32,System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32) name: Reverse(Int32, Int32) nameWithType: List.Reverse(Int32, Int32) fullName: System.Collections.Generic.List.Reverse(System.Int32, System.Int32) nameWithType.vb: List(Of Win32Credential).Reverse(Int32, Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Reverse(System.Int32, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32) name: Reverse nameWithType: List.Reverse fullName: System.Collections.Generic.List.Reverse isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32) name: Reverse nameWithType: List(Of Win32Credential).Reverse fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Reverse isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Sort name: Sort() nameWithType: List.Sort() fullName: System.Collections.Generic.List.Sort() nameWithType.vb: List(Of Win32Credential).Sort() fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Sort() spec.csharp: - uid: System.Collections.Generic.List`1.Sort name: Sort nameWithType: List.Sort fullName: System.Collections.Generic.List.Sort isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Sort name: Sort nameWithType: List(Of Win32Credential).Sort fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Sort isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort(System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort(System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0}) name: Sort(IComparer) nameWithType: List.Sort(IComparer) fullName: System.Collections.Generic.List.Sort(System.Collections.Generic.IComparer) nameWithType.vb: List(Of Win32Credential).Sort(IComparer(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Sort(System.Collections.Generic.IComparer(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: Sort(IComparer(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0}) name: Sort nameWithType: List.Sort fullName: System.Collections.Generic.List.Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0}) name: Sort nameWithType: List(Of Win32Credential).Sort fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort(System.Comparison{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort(System.Comparison{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Sort(System.Comparison{`0}) name: Sort(Comparison) nameWithType: List.Sort(Comparison) fullName: System.Collections.Generic.List.Sort(System.Comparison) nameWithType.vb: List(Of Win32Credential).Sort(Comparison(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Sort(System.Comparison(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: Sort(Comparison(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.Sort(System.Comparison{`0}) name: Sort nameWithType: List.Sort fullName: System.Collections.Generic.List.Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Comparison`1 name: Comparison nameWithType: Comparison fullName: System.Comparison isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Sort(System.Comparison{`0}) name: Sort nameWithType: List(Of Win32Credential).Sort fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Comparison`1 name: Comparison nameWithType: Comparison fullName: System.Comparison isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0}) name: Sort(Int32, Int32, IComparer) nameWithType: List.Sort(Int32, Int32, IComparer) fullName: System.Collections.Generic.List.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer) nameWithType.vb: List(Of Win32Credential).Sort(Int32, Int32, IComparer(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: Sort(Int32, Int32, IComparer(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0}) name: Sort nameWithType: List.Sort fullName: System.Collections.Generic.List.Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0}) name: Sort nameWithType: List(Of Win32Credential).Sort fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#Generic#IEnumerable{T}#GetEnumerator commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#Generic#IEnumerable{T}#GetEnumerator parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator name: IEnumerable.GetEnumerator() nameWithType: List.IEnumerable.GetEnumerator() fullName: System.Collections.Generic.List.System.Collections.Generic.IEnumerable.GetEnumerator() nameWithType.vb: List(Of Win32Credential).System.Collections.Generic.IEnumerable.GetEnumerator() fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.Generic.IEnumerable.GetEnumerator() name.vb: System.Collections.Generic.IEnumerable.GetEnumerator() spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator name: IEnumerable.GetEnumerator nameWithType: List.IEnumerable.GetEnumerator fullName: System.Collections.Generic.List.System.Collections.Generic.IEnumerable.GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator name: System.Collections.Generic.IEnumerable.GetEnumerator nameWithType: List(Of Win32Credential).System.Collections.Generic.IEnumerable.GetEnumerator fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.Generic.IEnumerable.GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#ICollection#CopyTo(System.Array,System.Int32) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#ICollection#CopyTo(System.Array,System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) name: ICollection.CopyTo(Array, Int32) nameWithType: List.ICollection.CopyTo(Array, Int32) fullName: System.Collections.Generic.List.System.Collections.ICollection.CopyTo(System.Array, System.Int32) nameWithType.vb: List(Of Win32Credential).System.Collections.ICollection.CopyTo(Array, Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.ICollection.CopyTo(System.Array, System.Int32) name.vb: System.Collections.ICollection.CopyTo(Array, Int32) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) name: ICollection.CopyTo nameWithType: List.ICollection.CopyTo fullName: System.Collections.Generic.List.System.Collections.ICollection.CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Array name: Array nameWithType: Array fullName: System.Array isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) name: System.Collections.ICollection.CopyTo nameWithType: List(Of Win32Credential).System.Collections.ICollection.CopyTo fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.ICollection.CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Array name: Array nameWithType: Array fullName: System.Array isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IEnumerable#GetEnumerator commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IEnumerable#GetEnumerator parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#IEnumerable#GetEnumerator name: IEnumerable.GetEnumerator() nameWithType: List.IEnumerable.GetEnumerator() fullName: System.Collections.Generic.List.System.Collections.IEnumerable.GetEnumerator() nameWithType.vb: List(Of Win32Credential).System.Collections.IEnumerable.GetEnumerator() fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IEnumerable.GetEnumerator() name.vb: System.Collections.IEnumerable.GetEnumerator() spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IEnumerable#GetEnumerator name: IEnumerable.GetEnumerator nameWithType: List.IEnumerable.GetEnumerator fullName: System.Collections.Generic.List.System.Collections.IEnumerable.GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IEnumerable#GetEnumerator name: System.Collections.IEnumerable.GetEnumerator nameWithType: List(Of Win32Credential).System.Collections.IEnumerable.GetEnumerator fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IEnumerable.GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Add(System.Object) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Add(System.Object) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#IList#Add(System.Object) name: IList.Add(Object) nameWithType: List.IList.Add(Object) fullName: System.Collections.Generic.List.System.Collections.IList.Add(System.Object) nameWithType.vb: List(Of Win32Credential).System.Collections.IList.Add(Object) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.Add(System.Object) name.vb: System.Collections.IList.Add(Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#Add(System.Object) name: IList.Add nameWithType: List.IList.Add fullName: System.Collections.Generic.List.System.Collections.IList.Add isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#Add(System.Object) name: System.Collections.IList.Add nameWithType: List(Of Win32Credential).System.Collections.IList.Add fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.Add isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Contains(System.Object) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Contains(System.Object) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#IList#Contains(System.Object) name: IList.Contains(Object) nameWithType: List.IList.Contains(Object) fullName: System.Collections.Generic.List.System.Collections.IList.Contains(System.Object) nameWithType.vb: List(Of Win32Credential).System.Collections.IList.Contains(Object) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.Contains(System.Object) name.vb: System.Collections.IList.Contains(Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#Contains(System.Object) name: IList.Contains nameWithType: List.IList.Contains fullName: System.Collections.Generic.List.System.Collections.IList.Contains isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#Contains(System.Object) name: System.Collections.IList.Contains nameWithType: List(Of Win32Credential).System.Collections.IList.Contains fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.Contains isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#IndexOf(System.Object) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#IndexOf(System.Object) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#IList#IndexOf(System.Object) name: IList.IndexOf(Object) nameWithType: List.IList.IndexOf(Object) fullName: System.Collections.Generic.List.System.Collections.IList.IndexOf(System.Object) nameWithType.vb: List(Of Win32Credential).System.Collections.IList.IndexOf(Object) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.IndexOf(System.Object) name.vb: System.Collections.IList.IndexOf(Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#IndexOf(System.Object) name: IList.IndexOf nameWithType: List.IList.IndexOf fullName: System.Collections.Generic.List.System.Collections.IList.IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#IndexOf(System.Object) name: System.Collections.IList.IndexOf nameWithType: List(Of Win32Credential).System.Collections.IList.IndexOf fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Insert(System.Int32,System.Object) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Insert(System.Int32,System.Object) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#IList#Insert(System.Int32,System.Object) name: IList.Insert(Int32, Object) nameWithType: List.IList.Insert(Int32, Object) fullName: System.Collections.Generic.List.System.Collections.IList.Insert(System.Int32, System.Object) nameWithType.vb: List(Of Win32Credential).System.Collections.IList.Insert(Int32, Object) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.Insert(System.Int32, System.Object) name.vb: System.Collections.IList.Insert(Int32, Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#Insert(System.Int32,System.Object) name: IList.Insert nameWithType: List.IList.Insert fullName: System.Collections.Generic.List.System.Collections.IList.Insert isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#Insert(System.Int32,System.Object) name: System.Collections.IList.Insert nameWithType: List(Of Win32Credential).System.Collections.IList.Insert fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.Insert isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Remove(System.Object) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Remove(System.Object) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#IList#Remove(System.Object) name: IList.Remove(Object) nameWithType: List.IList.Remove(Object) fullName: System.Collections.Generic.List.System.Collections.IList.Remove(System.Object) nameWithType.vb: List(Of Win32Credential).System.Collections.IList.Remove(Object) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.Remove(System.Object) name.vb: System.Collections.IList.Remove(Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#Remove(System.Object) name: IList.Remove nameWithType: List.IList.Remove fullName: System.Collections.Generic.List.System.Collections.IList.Remove isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#Remove(System.Object) name: System.Collections.IList.Remove nameWithType: List(Of Win32Credential).System.Collections.IList.Remove fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.Remove isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.ToArray commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.ToArray parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.ToArray name: ToArray() nameWithType: List.ToArray() fullName: System.Collections.Generic.List.ToArray() nameWithType.vb: List(Of Win32Credential).ToArray() fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).ToArray() spec.csharp: - uid: System.Collections.Generic.List`1.ToArray name: ToArray nameWithType: List.ToArray fullName: System.Collections.Generic.List.ToArray isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.ToArray name: ToArray nameWithType: List(Of Win32Credential).ToArray fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).ToArray isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.TrimExcess commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.TrimExcess parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.TrimExcess name: TrimExcess() nameWithType: List.TrimExcess() fullName: System.Collections.Generic.List.TrimExcess() nameWithType.vb: List(Of Win32Credential).TrimExcess() fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).TrimExcess() spec.csharp: - uid: System.Collections.Generic.List`1.TrimExcess name: TrimExcess nameWithType: List.TrimExcess fullName: System.Collections.Generic.List.TrimExcess isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.TrimExcess name: TrimExcess nameWithType: List(Of Win32Credential).TrimExcess fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).TrimExcess isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.TrueForAll(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) commentId: M:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.TrueForAll(System.Predicate{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0}) name: TrueForAll(Predicate) nameWithType: List.TrueForAll(Predicate) fullName: System.Collections.Generic.List.TrueForAll(System.Predicate) nameWithType.vb: List(Of Win32Credential).TrueForAll(Predicate(Of Win32Credential)) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).TrueForAll(System.Predicate(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential)) name.vb: TrueForAll(Predicate(Of Win32Credential)) spec.csharp: - uid: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0}) name: TrueForAll nameWithType: List.TrueForAll fullName: System.Collections.Generic.List.TrueForAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0}) name: TrueForAll nameWithType: List(Of Win32Credential).TrueForAll fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).TrueForAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential name: Win32Credential nameWithType: Win32Credential fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Capacity commentId: P:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Capacity parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Capacity name: Capacity nameWithType: List.Capacity fullName: System.Collections.Generic.List.Capacity nameWithType.vb: List(Of Win32Credential).Capacity fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Capacity - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Count commentId: P:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Count parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Count name: Count nameWithType: List.Count fullName: System.Collections.Generic.List.Count nameWithType.vb: List(Of Win32Credential).Count fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Count - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Item(System.Int32) commentId: P:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.Item(System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.Item(System.Int32) name: Item[Int32] nameWithType: List.Item[Int32] fullName: System.Collections.Generic.List.Item[System.Int32] nameWithType.vb: List(Of Win32Credential).Item(Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Item(System.Int32) name.vb: Item(Int32) spec.csharp: - uid: System.Collections.Generic.List`1.Item(System.Int32) name: Item nameWithType: List.Item fullName: System.Collections.Generic.List.Item isExternal: true - name: '[' nameWithType: '[' fullName: '[' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ']' nameWithType: ']' fullName: ']' spec.vb: - uid: System.Collections.Generic.List`1.Item(System.Int32) name: Item nameWithType: List(Of Win32Credential).Item fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#Generic#ICollection{T}#IsReadOnly commentId: P:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#Generic#ICollection{T}#IsReadOnly parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#Generic#ICollection{T}#IsReadOnly name: ICollection.IsReadOnly nameWithType: List.ICollection.IsReadOnly fullName: System.Collections.Generic.List.System.Collections.Generic.ICollection.IsReadOnly nameWithType.vb: List(Of Win32Credential).System.Collections.Generic.ICollection.IsReadOnly fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.Generic.ICollection.IsReadOnly name.vb: System.Collections.Generic.ICollection.IsReadOnly - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#ICollection#IsSynchronized commentId: P:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#ICollection#IsSynchronized parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#ICollection#IsSynchronized name: ICollection.IsSynchronized nameWithType: List.ICollection.IsSynchronized fullName: System.Collections.Generic.List.System.Collections.ICollection.IsSynchronized nameWithType.vb: List(Of Win32Credential).System.Collections.ICollection.IsSynchronized fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.ICollection.IsSynchronized name.vb: System.Collections.ICollection.IsSynchronized - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#ICollection#SyncRoot commentId: P:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#ICollection#SyncRoot parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#ICollection#SyncRoot name: ICollection.SyncRoot nameWithType: List.ICollection.SyncRoot fullName: System.Collections.Generic.List.System.Collections.ICollection.SyncRoot nameWithType.vb: List(Of Win32Credential).System.Collections.ICollection.SyncRoot fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.ICollection.SyncRoot name.vb: System.Collections.ICollection.SyncRoot - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#IsFixedSize commentId: P:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#IsFixedSize parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#IList#IsFixedSize name: IList.IsFixedSize nameWithType: List.IList.IsFixedSize fullName: System.Collections.Generic.List.System.Collections.IList.IsFixedSize nameWithType.vb: List(Of Win32Credential).System.Collections.IList.IsFixedSize fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.IsFixedSize name.vb: System.Collections.IList.IsFixedSize - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#IsReadOnly commentId: P:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#IsReadOnly parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#IList#IsReadOnly name: IList.IsReadOnly nameWithType: List.IList.IsReadOnly fullName: System.Collections.Generic.List.System.Collections.IList.IsReadOnly nameWithType.vb: List(Of Win32Credential).System.Collections.IList.IsReadOnly fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.IsReadOnly name.vb: System.Collections.IList.IsReadOnly - uid: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Item(System.Int32) commentId: P:System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential}.System#Collections#IList#Item(System.Int32) parent: System.Collections.Generic.List{Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential} definition: System.Collections.Generic.List`1.System#Collections#IList#Item(System.Int32) name: IList.Item[Int32] nameWithType: List.IList.Item[Int32] fullName: System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] nameWithType.vb: List(Of Win32Credential).System.Collections.IList.Item(Int32) fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.Item(System.Int32) name.vb: System.Collections.IList.Item(Int32) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#Item(System.Int32) name: IList.Item nameWithType: List.IList.Item fullName: System.Collections.Generic.List.System.Collections.IList.Item isExternal: true - name: '[' nameWithType: '[' fullName: '[' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ']' nameWithType: ']' fullName: ']' spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#Item(System.Int32) name: System.Collections.IList.Item nameWithType: List(Of Win32Credential).System.Collections.IList.Item fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.IList.Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object) commentId: M:System.Object.Equals(System.Object) parent: System.Object isExternal: true name: Equals(Object) nameWithType: Object.Equals(Object) fullName: System.Object.Equals(System.Object) spec.csharp: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.Equals(System.Object,System.Object) commentId: M:System.Object.Equals(System.Object,System.Object) parent: System.Object isExternal: true name: Equals(Object, Object) nameWithType: Object.Equals(Object, Object) fullName: System.Object.Equals(System.Object, System.Object) spec.csharp: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.Equals(System.Object,System.Object) name: Equals nameWithType: Object.Equals fullName: System.Object.Equals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetHashCode commentId: M:System.Object.GetHashCode parent: System.Object isExternal: true name: GetHashCode() nameWithType: Object.GetHashCode() fullName: System.Object.GetHashCode() spec.csharp: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetHashCode name: GetHashCode nameWithType: Object.GetHashCode fullName: System.Object.GetHashCode isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.GetType commentId: M:System.Object.GetType parent: System.Object isExternal: true name: GetType() nameWithType: Object.GetType() fullName: System.Object.GetType() spec.csharp: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.GetType name: GetType nameWithType: Object.GetType fullName: System.Object.GetType isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.MemberwiseClone commentId: M:System.Object.MemberwiseClone parent: System.Object isExternal: true name: MemberwiseClone() nameWithType: Object.MemberwiseClone() fullName: System.Object.MemberwiseClone() spec.csharp: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.MemberwiseClone name: MemberwiseClone nameWithType: Object.MemberwiseClone fullName: System.Object.MemberwiseClone isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Object.ReferenceEquals(System.Object,System.Object) commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) parent: System.Object isExternal: true name: ReferenceEquals(Object, Object) nameWithType: Object.ReferenceEquals(Object, Object) fullName: System.Object.ReferenceEquals(System.Object, System.Object) spec.csharp: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ReferenceEquals(System.Object,System.Object) name: ReferenceEquals nameWithType: Object.ReferenceEquals fullName: System.Object.ReferenceEquals isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Object.ToString commentId: M:System.Object.ToString parent: System.Object isExternal: true name: ToString() nameWithType: Object.ToString() fullName: System.Object.ToString() spec.csharp: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Object.ToString name: ToString nameWithType: Object.ToString fullName: System.Object.ToString isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System commentId: N:System isExternal: false name: System nameWithType: System fullName: System - uid: System.Collections.Generic.List`1 commentId: T:System.Collections.Generic.List`1 isExternal: true name: List nameWithType: List fullName: System.Collections.Generic.List nameWithType.vb: List(Of T) fullname.vb: System.Collections.Generic.List(Of T) name.vb: List(Of T) spec.csharp: - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.List`1 name: List nameWithType: List fullName: System.Collections.Generic.List isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic commentId: N:System.Collections.Generic isExternal: false name: System.Collections.Generic nameWithType: System.Collections.Generic fullName: System.Collections.Generic - uid: System.Collections.Generic.IList`1 commentId: T:System.Collections.Generic.IList`1 isExternal: true name: IList nameWithType: IList fullName: System.Collections.Generic.IList nameWithType.vb: IList(Of T) fullname.vb: System.Collections.Generic.IList(Of T) name.vb: IList(Of T) spec.csharp: - uid: System.Collections.Generic.IList`1 name: IList nameWithType: IList fullName: System.Collections.Generic.IList isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IList`1 name: IList nameWithType: IList fullName: System.Collections.Generic.IList isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.ICollection`1 commentId: T:System.Collections.Generic.ICollection`1 isExternal: true name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection nameWithType.vb: ICollection(Of T) fullname.vb: System.Collections.Generic.ICollection(Of T) name.vb: ICollection(Of T) spec.csharp: - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.ICollection`1 name: ICollection nameWithType: ICollection fullName: System.Collections.Generic.ICollection isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.IReadOnlyList`1 commentId: T:System.Collections.Generic.IReadOnlyList`1 isExternal: true name: IReadOnlyList nameWithType: IReadOnlyList fullName: System.Collections.Generic.IReadOnlyList nameWithType.vb: IReadOnlyList(Of T) fullname.vb: System.Collections.Generic.IReadOnlyList(Of T) name.vb: IReadOnlyList(Of T) spec.csharp: - uid: System.Collections.Generic.IReadOnlyList`1 name: IReadOnlyList nameWithType: IReadOnlyList fullName: System.Collections.Generic.IReadOnlyList isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IReadOnlyList`1 name: IReadOnlyList nameWithType: IReadOnlyList fullName: System.Collections.Generic.IReadOnlyList isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.IReadOnlyCollection`1 commentId: T:System.Collections.Generic.IReadOnlyCollection`1 isExternal: true name: IReadOnlyCollection nameWithType: IReadOnlyCollection fullName: System.Collections.Generic.IReadOnlyCollection nameWithType.vb: IReadOnlyCollection(Of T) fullname.vb: System.Collections.Generic.IReadOnlyCollection(Of T) name.vb: IReadOnlyCollection(Of T) spec.csharp: - uid: System.Collections.Generic.IReadOnlyCollection`1 name: IReadOnlyCollection nameWithType: IReadOnlyCollection fullName: System.Collections.Generic.IReadOnlyCollection isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IReadOnlyCollection`1 name: IReadOnlyCollection nameWithType: IReadOnlyCollection fullName: System.Collections.Generic.IReadOnlyCollection isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.IEnumerable`1 commentId: T:System.Collections.Generic.IEnumerable`1 isExternal: true name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable nameWithType.vb: IEnumerable(Of T) fullname.vb: System.Collections.Generic.IEnumerable(Of T) name.vb: IEnumerable(Of T) spec.csharp: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' spec.vb: - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Collections commentId: N:System.Collections isExternal: false name: System.Collections nameWithType: System.Collections fullName: System.Collections - uid: System.Collections.Generic.List`1.System#Collections#IList#get_Item(System.Int32) commentId: M:System.Collections.Generic.List`1.System#Collections#IList#get_Item(System.Int32) isExternal: true name: IList.get_Item(Int32) nameWithType: List.IList.get_Item(Int32) fullName: System.Collections.Generic.List.System.Collections.IList.get_Item(System.Int32) nameWithType.vb: List(Of T).System.Collections.IList.get_Item(Int32) fullname.vb: System.Collections.Generic.List(Of T).System.Collections.IList.get_Item(System.Int32) name.vb: System.Collections.IList.get_Item(Int32) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#get_Item(System.Int32) name: IList.get_Item nameWithType: List.IList.get_Item fullName: System.Collections.Generic.List.System.Collections.IList.get_Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#get_Item(System.Int32) name: System.Collections.IList.get_Item nameWithType: List(Of T).System.Collections.IList.get_Item fullName: System.Collections.Generic.List(Of T).System.Collections.IList.get_Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.System#Collections#IList#set_Item(System.Int32,System.Object) commentId: M:System.Collections.Generic.List`1.System#Collections#IList#set_Item(System.Int32,System.Object) isExternal: true name: IList.set_Item(Int32, Object) nameWithType: List.IList.set_Item(Int32, Object) fullName: System.Collections.Generic.List.System.Collections.IList.set_Item(System.Int32, System.Object) nameWithType.vb: List(Of T).System.Collections.IList.set_Item(Int32, Object) fullname.vb: System.Collections.Generic.List(Of T).System.Collections.IList.set_Item(System.Int32, System.Object) name.vb: System.Collections.IList.set_Item(Int32, Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#set_Item(System.Int32,System.Object) name: IList.set_Item nameWithType: List.IList.set_Item fullName: System.Collections.Generic.List.System.Collections.IList.set_Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#set_Item(System.Int32,System.Object) name: System.Collections.IList.set_Item nameWithType: List(Of T).System.Collections.IList.set_Item fullName: System.Collections.Generic.List(Of T).System.Collections.IList.set_Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.Add(`0) commentId: M:System.Collections.Generic.List`1.Add(`0) isExternal: true name: Add(T) nameWithType: List.Add(T) fullName: System.Collections.Generic.List.Add(T) nameWithType.vb: List(Of T).Add(T) fullname.vb: System.Collections.Generic.List(Of T).Add(T) spec.csharp: - uid: System.Collections.Generic.List`1.Add(`0) name: Add nameWithType: List.Add fullName: System.Collections.Generic.List.Add isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Add(`0) name: Add nameWithType: List(Of T).Add fullName: System.Collections.Generic.List(Of T).Add isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - 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 name: AddRange(IEnumerable) nameWithType: List.AddRange(IEnumerable) fullName: System.Collections.Generic.List.AddRange(System.Collections.Generic.IEnumerable) nameWithType.vb: List(Of T).AddRange(IEnumerable(Of T)) fullname.vb: System.Collections.Generic.List(Of T).AddRange(System.Collections.Generic.IEnumerable(Of T)) name.vb: AddRange(IEnumerable(Of T)) spec.csharp: - uid: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0}) name: AddRange nameWithType: List.AddRange fullName: System.Collections.Generic.List.AddRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0}) name: AddRange nameWithType: List(Of T).AddRange fullName: System.Collections.Generic.List(Of T).AddRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.AsReadOnly commentId: M:System.Collections.Generic.List`1.AsReadOnly isExternal: true name: AsReadOnly() nameWithType: List.AsReadOnly() fullName: System.Collections.Generic.List.AsReadOnly() nameWithType.vb: List(Of T).AsReadOnly() fullname.vb: System.Collections.Generic.List(Of T).AsReadOnly() spec.csharp: - uid: System.Collections.Generic.List`1.AsReadOnly name: AsReadOnly nameWithType: List.AsReadOnly fullName: System.Collections.Generic.List.AsReadOnly isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.AsReadOnly name: AsReadOnly nameWithType: List(Of T).AsReadOnly fullName: System.Collections.Generic.List(Of T).AsReadOnly isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.BinarySearch(`0) commentId: M:System.Collections.Generic.List`1.BinarySearch(`0) isExternal: true name: BinarySearch(T) nameWithType: List.BinarySearch(T) fullName: System.Collections.Generic.List.BinarySearch(T) nameWithType.vb: List(Of T).BinarySearch(T) fullname.vb: System.Collections.Generic.List(Of T).BinarySearch(T) spec.csharp: - uid: System.Collections.Generic.List`1.BinarySearch(`0) name: BinarySearch nameWithType: List.BinarySearch fullName: System.Collections.Generic.List.BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.BinarySearch(`0) name: BinarySearch nameWithType: List(Of T).BinarySearch fullName: System.Collections.Generic.List(Of T).BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - 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 name: BinarySearch(T, IComparer) nameWithType: List.BinarySearch(T, IComparer) fullName: System.Collections.Generic.List.BinarySearch(T, System.Collections.Generic.IComparer) nameWithType.vb: List(Of T).BinarySearch(T, IComparer(Of T)) fullname.vb: System.Collections.Generic.List(Of T).BinarySearch(T, System.Collections.Generic.IComparer(Of T)) name.vb: BinarySearch(T, IComparer(Of T)) spec.csharp: - uid: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0}) name: BinarySearch nameWithType: List.BinarySearch fullName: System.Collections.Generic.List.BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0}) name: BinarySearch nameWithType: List(Of T).BinarySearch fullName: System.Collections.Generic.List(Of T).BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - 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 name: BinarySearch(Int32, Int32, T, IComparer) nameWithType: List.BinarySearch(Int32, Int32, T, IComparer) fullName: System.Collections.Generic.List.BinarySearch(System.Int32, System.Int32, T, System.Collections.Generic.IComparer) nameWithType.vb: List(Of T).BinarySearch(Int32, Int32, T, IComparer(Of T)) fullname.vb: System.Collections.Generic.List(Of T).BinarySearch(System.Int32, System.Int32, T, System.Collections.Generic.IComparer(Of T)) name.vb: BinarySearch(Int32, Int32, 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 nameWithType: List.BinarySearch fullName: System.Collections.Generic.List.BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.BinarySearch(System.Int32,System.Int32,`0,System.Collections.Generic.IComparer{`0}) name: BinarySearch nameWithType: List(Of T).BinarySearch fullName: System.Collections.Generic.List(Of T).BinarySearch isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.Clear commentId: M:System.Collections.Generic.List`1.Clear isExternal: true name: Clear() nameWithType: List.Clear() fullName: System.Collections.Generic.List.Clear() nameWithType.vb: List(Of T).Clear() fullname.vb: System.Collections.Generic.List(Of T).Clear() spec.csharp: - uid: System.Collections.Generic.List`1.Clear name: Clear nameWithType: List.Clear fullName: System.Collections.Generic.List.Clear isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Clear name: Clear nameWithType: List(Of T).Clear fullName: System.Collections.Generic.List(Of T).Clear isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.Contains(`0) commentId: M:System.Collections.Generic.List`1.Contains(`0) isExternal: true name: Contains(T) nameWithType: List.Contains(T) fullName: System.Collections.Generic.List.Contains(T) nameWithType.vb: List(Of T).Contains(T) fullname.vb: System.Collections.Generic.List(Of T).Contains(T) spec.csharp: - uid: System.Collections.Generic.List`1.Contains(`0) name: Contains nameWithType: List.Contains fullName: System.Collections.Generic.List.Contains isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Contains(`0) name: Contains nameWithType: List(Of T).Contains fullName: System.Collections.Generic.List(Of T).Contains isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.CopyTo(`0[]) commentId: M:System.Collections.Generic.List`1.CopyTo(`0[]) isExternal: true name: CopyTo(T[]) nameWithType: List.CopyTo(T[]) fullName: System.Collections.Generic.List.CopyTo(T[]) nameWithType.vb: List(Of T).CopyTo(T()) fullname.vb: System.Collections.Generic.List(Of T).CopyTo(T()) name.vb: CopyTo(T()) spec.csharp: - uid: System.Collections.Generic.List`1.CopyTo(`0[]) name: CopyTo nameWithType: List.CopyTo fullName: System.Collections.Generic.List.CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: '[]' nameWithType: '[]' fullName: '[]' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.CopyTo(`0[]) name: CopyTo nameWithType: List(Of T).CopyTo fullName: System.Collections.Generic.List(Of T).CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: () nameWithType: () fullName: () - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32) commentId: M:System.Collections.Generic.List`1.CopyTo(`0[],System.Int32) isExternal: true name: CopyTo(T[], Int32) nameWithType: List.CopyTo(T[], Int32) fullName: System.Collections.Generic.List.CopyTo(T[], System.Int32) nameWithType.vb: List(Of T).CopyTo(T(), Int32) fullname.vb: System.Collections.Generic.List(Of T).CopyTo(T(), System.Int32) name.vb: CopyTo(T(), Int32) spec.csharp: - uid: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32) name: CopyTo nameWithType: List.CopyTo fullName: System.Collections.Generic.List.CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: '[]' nameWithType: '[]' fullName: '[]' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.CopyTo(`0[],System.Int32) name: CopyTo nameWithType: List(Of T).CopyTo fullName: System.Collections.Generic.List(Of T).CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: () nameWithType: () fullName: () - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - 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 name: CopyTo(Int32, T[], Int32, Int32) nameWithType: List.CopyTo(Int32, T[], Int32, Int32) fullName: System.Collections.Generic.List.CopyTo(System.Int32, T[], System.Int32, System.Int32) nameWithType.vb: List(Of T).CopyTo(Int32, T(), Int32, Int32) fullname.vb: System.Collections.Generic.List(Of T).CopyTo(System.Int32, T(), System.Int32, System.Int32) name.vb: CopyTo(Int32, T(), Int32, Int32) spec.csharp: - uid: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32) name: CopyTo nameWithType: List.CopyTo fullName: System.Collections.Generic.List.CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: '[]' nameWithType: '[]' fullName: '[]' - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.CopyTo(System.Int32,`0[],System.Int32,System.Int32) name: CopyTo nameWithType: List(Of T).CopyTo fullName: System.Collections.Generic.List(Of T).CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: () nameWithType: () fullName: () - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.Exists(System.Predicate{`0}) commentId: M:System.Collections.Generic.List`1.Exists(System.Predicate{`0}) isExternal: true name: Exists(Predicate) nameWithType: List.Exists(Predicate) fullName: System.Collections.Generic.List.Exists(System.Predicate) 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 nameWithType: List.Exists fullName: System.Collections.Generic.List.Exists isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Exists(System.Predicate{`0}) name: Exists nameWithType: List(Of T).Exists fullName: System.Collections.Generic.List(Of T).Exists isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.Find(System.Predicate{`0}) commentId: M:System.Collections.Generic.List`1.Find(System.Predicate{`0}) isExternal: true name: Find(Predicate) nameWithType: List.Find(Predicate) fullName: System.Collections.Generic.List.Find(System.Predicate) 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 nameWithType: List.Find fullName: System.Collections.Generic.List.Find isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Find(System.Predicate{`0}) name: Find nameWithType: List(Of T).Find fullName: System.Collections.Generic.List(Of T).Find isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.FindAll(System.Predicate{`0}) commentId: M:System.Collections.Generic.List`1.FindAll(System.Predicate{`0}) isExternal: true name: FindAll(Predicate) nameWithType: List.FindAll(Predicate) fullName: System.Collections.Generic.List.FindAll(System.Predicate) 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 nameWithType: List.FindAll fullName: System.Collections.Generic.List.FindAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindAll(System.Predicate{`0}) name: FindAll nameWithType: List(Of T).FindAll fullName: System.Collections.Generic.List(Of T).FindAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - 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 name: FindIndex(Int32, Int32, Predicate) nameWithType: List.FindIndex(Int32, Int32, Predicate) fullName: System.Collections.Generic.List.FindIndex(System.Int32, System.Int32, System.Predicate) nameWithType.vb: List(Of T).FindIndex(Int32, Int32, Predicate(Of T)) fullname.vb: System.Collections.Generic.List(Of T).FindIndex(System.Int32, System.Int32, System.Predicate(Of T)) name.vb: FindIndex(Int32, Int32, Predicate(Of T)) spec.csharp: - uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0}) name: FindIndex nameWithType: List.FindIndex fullName: System.Collections.Generic.List.FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Int32,System.Predicate{`0}) name: FindIndex nameWithType: List(Of T).FindIndex fullName: System.Collections.Generic.List(Of T).FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - 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 name: FindIndex(Int32, Predicate) nameWithType: List.FindIndex(Int32, Predicate) fullName: System.Collections.Generic.List.FindIndex(System.Int32, System.Predicate) nameWithType.vb: List(Of T).FindIndex(Int32, Predicate(Of T)) fullname.vb: System.Collections.Generic.List(Of T).FindIndex(System.Int32, System.Predicate(Of T)) name.vb: FindIndex(Int32, Predicate(Of T)) spec.csharp: - uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0}) name: FindIndex nameWithType: List.FindIndex fullName: System.Collections.Generic.List.FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindIndex(System.Int32,System.Predicate{`0}) name: FindIndex nameWithType: List(Of T).FindIndex fullName: System.Collections.Generic.List(Of T).FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0}) commentId: M:System.Collections.Generic.List`1.FindIndex(System.Predicate{`0}) isExternal: true name: FindIndex(Predicate) nameWithType: List.FindIndex(Predicate) fullName: System.Collections.Generic.List.FindIndex(System.Predicate) 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 nameWithType: List.FindIndex fullName: System.Collections.Generic.List.FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0}) name: FindIndex nameWithType: List(Of T).FindIndex fullName: System.Collections.Generic.List(Of T).FindIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.FindLast(System.Predicate{`0}) commentId: M:System.Collections.Generic.List`1.FindLast(System.Predicate{`0}) isExternal: true name: FindLast(Predicate) nameWithType: List.FindLast(Predicate) fullName: System.Collections.Generic.List.FindLast(System.Predicate) 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 nameWithType: List.FindLast fullName: System.Collections.Generic.List.FindLast isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindLast(System.Predicate{`0}) name: FindLast nameWithType: List(Of T).FindLast fullName: System.Collections.Generic.List(Of T).FindLast isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - 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 name: FindLastIndex(Int32, Int32, Predicate) nameWithType: List.FindLastIndex(Int32, Int32, Predicate) fullName: System.Collections.Generic.List.FindLastIndex(System.Int32, System.Int32, System.Predicate) nameWithType.vb: List(Of T).FindLastIndex(Int32, Int32, Predicate(Of T)) fullname.vb: System.Collections.Generic.List(Of T).FindLastIndex(System.Int32, System.Int32, System.Predicate(Of T)) name.vb: FindLastIndex(Int32, Int32, Predicate(Of T)) spec.csharp: - uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0}) name: FindLastIndex nameWithType: List.FindLastIndex fullName: System.Collections.Generic.List.FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Int32,System.Predicate{`0}) name: FindLastIndex nameWithType: List(Of T).FindLastIndex fullName: System.Collections.Generic.List(Of T).FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - 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 name: FindLastIndex(Int32, Predicate) nameWithType: List.FindLastIndex(Int32, Predicate) fullName: System.Collections.Generic.List.FindLastIndex(System.Int32, System.Predicate) nameWithType.vb: List(Of T).FindLastIndex(Int32, Predicate(Of T)) fullname.vb: System.Collections.Generic.List(Of T).FindLastIndex(System.Int32, System.Predicate(Of T)) name.vb: FindLastIndex(Int32, Predicate(Of T)) spec.csharp: - uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0}) name: FindLastIndex nameWithType: List.FindLastIndex fullName: System.Collections.Generic.List.FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindLastIndex(System.Int32,System.Predicate{`0}) name: FindLastIndex nameWithType: List(Of T).FindLastIndex fullName: System.Collections.Generic.List(Of T).FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0}) commentId: M:System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0}) isExternal: true name: FindLastIndex(Predicate) nameWithType: List.FindLastIndex(Predicate) fullName: System.Collections.Generic.List.FindLastIndex(System.Predicate) 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 nameWithType: List.FindLastIndex fullName: System.Collections.Generic.List.FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0}) name: FindLastIndex nameWithType: List(Of T).FindLastIndex fullName: System.Collections.Generic.List(Of T).FindLastIndex isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.ForEach(System.Action{`0}) commentId: M:System.Collections.Generic.List`1.ForEach(System.Action{`0}) isExternal: true name: ForEach(Action) nameWithType: List.ForEach(Action) fullName: System.Collections.Generic.List.ForEach(System.Action) 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 nameWithType: List.ForEach fullName: System.Collections.Generic.List.ForEach isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.ForEach(System.Action{`0}) name: ForEach nameWithType: List(Of T).ForEach fullName: System.Collections.Generic.List(Of T).ForEach isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.GetEnumerator commentId: M:System.Collections.Generic.List`1.GetEnumerator isExternal: true name: GetEnumerator() nameWithType: List.GetEnumerator() fullName: System.Collections.Generic.List.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 nameWithType: List.GetEnumerator fullName: System.Collections.Generic.List.GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.GetEnumerator name: GetEnumerator nameWithType: List(Of T).GetEnumerator fullName: System.Collections.Generic.List(Of T).GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - 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 name: GetRange(Int32, Int32) nameWithType: List.GetRange(Int32, Int32) fullName: System.Collections.Generic.List.GetRange(System.Int32, System.Int32) nameWithType.vb: List(Of T).GetRange(Int32, Int32) fullname.vb: System.Collections.Generic.List(Of T).GetRange(System.Int32, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32) name: GetRange nameWithType: List.GetRange fullName: System.Collections.Generic.List.GetRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.GetRange(System.Int32,System.Int32) name: GetRange nameWithType: List(Of T).GetRange fullName: System.Collections.Generic.List(Of T).GetRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.IndexOf(`0) commentId: M:System.Collections.Generic.List`1.IndexOf(`0) isExternal: true name: IndexOf(T) nameWithType: List.IndexOf(T) fullName: System.Collections.Generic.List.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 nameWithType: List.IndexOf fullName: System.Collections.Generic.List.IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.IndexOf(`0) name: IndexOf nameWithType: List(Of T).IndexOf fullName: System.Collections.Generic.List(Of T).IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32) commentId: M:System.Collections.Generic.List`1.IndexOf(`0,System.Int32) isExternal: true name: IndexOf(T, Int32) nameWithType: List.IndexOf(T, Int32) fullName: System.Collections.Generic.List.IndexOf(T, System.Int32) nameWithType.vb: List(Of T).IndexOf(T, Int32) fullname.vb: System.Collections.Generic.List(Of T).IndexOf(T, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32) name: IndexOf nameWithType: List.IndexOf fullName: System.Collections.Generic.List.IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32) name: IndexOf nameWithType: List(Of T).IndexOf fullName: System.Collections.Generic.List(Of T).IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - 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 name: IndexOf(T, Int32, Int32) nameWithType: List.IndexOf(T, Int32, Int32) fullName: System.Collections.Generic.List.IndexOf(T, System.Int32, System.Int32) nameWithType.vb: List(Of T).IndexOf(T, Int32, Int32) fullname.vb: System.Collections.Generic.List(Of T).IndexOf(T, System.Int32, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32) name: IndexOf nameWithType: List.IndexOf fullName: System.Collections.Generic.List.IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.IndexOf(`0,System.Int32,System.Int32) name: IndexOf nameWithType: List(Of T).IndexOf fullName: System.Collections.Generic.List(Of T).IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.Insert(System.Int32,`0) commentId: M:System.Collections.Generic.List`1.Insert(System.Int32,`0) isExternal: true name: Insert(Int32, T) nameWithType: List.Insert(Int32, T) fullName: System.Collections.Generic.List.Insert(System.Int32, T) nameWithType.vb: List(Of T).Insert(Int32, T) fullname.vb: System.Collections.Generic.List(Of T).Insert(System.Int32, T) spec.csharp: - uid: System.Collections.Generic.List`1.Insert(System.Int32,`0) name: Insert nameWithType: List.Insert fullName: System.Collections.Generic.List.Insert isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Insert(System.Int32,`0) name: Insert nameWithType: List(Of T).Insert fullName: System.Collections.Generic.List(Of T).Insert isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - 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 name: InsertRange(Int32, IEnumerable) nameWithType: List.InsertRange(Int32, IEnumerable) fullName: System.Collections.Generic.List.InsertRange(System.Int32, System.Collections.Generic.IEnumerable) nameWithType.vb: List(Of T).InsertRange(Int32, IEnumerable(Of T)) fullname.vb: System.Collections.Generic.List(Of T).InsertRange(System.Int32, System.Collections.Generic.IEnumerable(Of T)) name.vb: InsertRange(Int32, IEnumerable(Of T)) spec.csharp: - uid: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0}) name: InsertRange nameWithType: List.InsertRange fullName: System.Collections.Generic.List.InsertRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.InsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0}) name: InsertRange nameWithType: List(Of T).InsertRange fullName: System.Collections.Generic.List(Of T).InsertRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IEnumerable`1 name: IEnumerable nameWithType: IEnumerable fullName: System.Collections.Generic.IEnumerable isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.LastIndexOf(`0) commentId: M:System.Collections.Generic.List`1.LastIndexOf(`0) isExternal: true name: LastIndexOf(T) nameWithType: List.LastIndexOf(T) fullName: System.Collections.Generic.List.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 nameWithType: List.LastIndexOf fullName: System.Collections.Generic.List.LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.LastIndexOf(`0) name: LastIndexOf nameWithType: List(Of T).LastIndexOf fullName: System.Collections.Generic.List(Of T).LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32) commentId: M:System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32) isExternal: true name: LastIndexOf(T, Int32) nameWithType: List.LastIndexOf(T, Int32) fullName: System.Collections.Generic.List.LastIndexOf(T, System.Int32) nameWithType.vb: List(Of T).LastIndexOf(T, Int32) fullname.vb: System.Collections.Generic.List(Of T).LastIndexOf(T, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32) name: LastIndexOf nameWithType: List.LastIndexOf fullName: System.Collections.Generic.List.LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32) name: LastIndexOf nameWithType: List(Of T).LastIndexOf fullName: System.Collections.Generic.List(Of T).LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - 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 name: LastIndexOf(T, Int32, Int32) nameWithType: List.LastIndexOf(T, Int32, Int32) fullName: System.Collections.Generic.List.LastIndexOf(T, System.Int32, System.Int32) nameWithType.vb: List(Of T).LastIndexOf(T, Int32, Int32) fullname.vb: System.Collections.Generic.List(Of T).LastIndexOf(T, System.Int32, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32) name: LastIndexOf nameWithType: List.LastIndexOf fullName: System.Collections.Generic.List.LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.LastIndexOf(`0,System.Int32,System.Int32) name: LastIndexOf nameWithType: List(Of T).LastIndexOf fullName: System.Collections.Generic.List(Of T).LastIndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.Remove(`0) commentId: M:System.Collections.Generic.List`1.Remove(`0) isExternal: true name: Remove(T) nameWithType: List.Remove(T) fullName: System.Collections.Generic.List.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 nameWithType: List.Remove fullName: System.Collections.Generic.List.Remove isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Remove(`0) name: Remove nameWithType: List(Of T).Remove fullName: System.Collections.Generic.List(Of T).Remove isExternal: true - name: ( nameWithType: ( fullName: ( - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0}) commentId: M:System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0}) isExternal: true name: RemoveAll(Predicate) nameWithType: List.RemoveAll(Predicate) fullName: System.Collections.Generic.List.RemoveAll(System.Predicate) 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 nameWithType: List.RemoveAll fullName: System.Collections.Generic.List.RemoveAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0}) name: RemoveAll nameWithType: List(Of T).RemoveAll fullName: System.Collections.Generic.List(Of T).RemoveAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.RemoveAt(System.Int32) commentId: M:System.Collections.Generic.List`1.RemoveAt(System.Int32) isExternal: true name: RemoveAt(Int32) nameWithType: List.RemoveAt(Int32) fullName: System.Collections.Generic.List.RemoveAt(System.Int32) nameWithType.vb: List(Of T).RemoveAt(Int32) fullname.vb: System.Collections.Generic.List(Of T).RemoveAt(System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.RemoveAt(System.Int32) name: RemoveAt nameWithType: List.RemoveAt fullName: System.Collections.Generic.List.RemoveAt isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.RemoveAt(System.Int32) name: RemoveAt nameWithType: List(Of T).RemoveAt fullName: System.Collections.Generic.List(Of T).RemoveAt isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - 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 name: RemoveRange(Int32, Int32) nameWithType: List.RemoveRange(Int32, Int32) fullName: System.Collections.Generic.List.RemoveRange(System.Int32, System.Int32) nameWithType.vb: List(Of T).RemoveRange(Int32, Int32) fullname.vb: System.Collections.Generic.List(Of T).RemoveRange(System.Int32, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32) name: RemoveRange nameWithType: List.RemoveRange fullName: System.Collections.Generic.List.RemoveRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.RemoveRange(System.Int32,System.Int32) name: RemoveRange nameWithType: List(Of T).RemoveRange fullName: System.Collections.Generic.List(Of T).RemoveRange isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.Reverse commentId: M:System.Collections.Generic.List`1.Reverse isExternal: true name: Reverse() nameWithType: List.Reverse() fullName: System.Collections.Generic.List.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 nameWithType: List.Reverse fullName: System.Collections.Generic.List.Reverse isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Reverse name: Reverse nameWithType: List(Of T).Reverse fullName: System.Collections.Generic.List(Of T).Reverse isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - 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 name: Reverse(Int32, Int32) nameWithType: List.Reverse(Int32, Int32) fullName: System.Collections.Generic.List.Reverse(System.Int32, System.Int32) nameWithType.vb: List(Of T).Reverse(Int32, Int32) fullname.vb: System.Collections.Generic.List(Of T).Reverse(System.Int32, System.Int32) spec.csharp: - uid: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32) name: Reverse nameWithType: List.Reverse fullName: System.Collections.Generic.List.Reverse isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Reverse(System.Int32,System.Int32) name: Reverse nameWithType: List(Of T).Reverse fullName: System.Collections.Generic.List(Of T).Reverse isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.Sort commentId: M:System.Collections.Generic.List`1.Sort isExternal: true name: Sort() nameWithType: List.Sort() fullName: System.Collections.Generic.List.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 nameWithType: List.Sort fullName: System.Collections.Generic.List.Sort isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Sort name: Sort nameWithType: List(Of T).Sort fullName: System.Collections.Generic.List(Of T).Sort isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - 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 name: Sort(IComparer) nameWithType: List.Sort(IComparer) fullName: System.Collections.Generic.List.Sort(System.Collections.Generic.IComparer) 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 nameWithType: List.Sort fullName: System.Collections.Generic.List.Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0}) name: Sort nameWithType: List(Of T).Sort fullName: System.Collections.Generic.List(Of T).Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.Sort(System.Comparison{`0}) commentId: M:System.Collections.Generic.List`1.Sort(System.Comparison{`0}) isExternal: true name: Sort(Comparison) nameWithType: List.Sort(Comparison) fullName: System.Collections.Generic.List.Sort(System.Comparison) 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 nameWithType: List.Sort fullName: System.Collections.Generic.List.Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Comparison`1 name: Comparison nameWithType: Comparison fullName: System.Comparison isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Sort(System.Comparison{`0}) name: Sort nameWithType: List(Of T).Sort fullName: System.Collections.Generic.List(Of T).Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Comparison`1 name: Comparison nameWithType: Comparison fullName: System.Comparison isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - 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 name: Sort(Int32, Int32, IComparer) nameWithType: List.Sort(Int32, Int32, IComparer) fullName: System.Collections.Generic.List.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer) nameWithType.vb: List(Of T).Sort(Int32, Int32, IComparer(Of T)) fullname.vb: System.Collections.Generic.List(Of T).Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer(Of T)) name.vb: Sort(Int32, Int32, IComparer(Of T)) spec.csharp: - uid: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0}) name: Sort nameWithType: List.Sort fullName: System.Collections.Generic.List.Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.Sort(System.Int32,System.Int32,System.Collections.Generic.IComparer{`0}) name: Sort nameWithType: List(Of T).Sort fullName: System.Collections.Generic.List(Of T).Sort isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Collections.Generic.IComparer`1 name: IComparer nameWithType: IComparer fullName: System.Collections.Generic.IComparer isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator commentId: M:System.Collections.Generic.List`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator isExternal: true name: IEnumerable.GetEnumerator() nameWithType: List.IEnumerable.GetEnumerator() fullName: System.Collections.Generic.List.System.Collections.Generic.IEnumerable.GetEnumerator() nameWithType.vb: List(Of T).System.Collections.Generic.IEnumerable.GetEnumerator() fullname.vb: System.Collections.Generic.List(Of T).System.Collections.Generic.IEnumerable.GetEnumerator() name.vb: System.Collections.Generic.IEnumerable.GetEnumerator() spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator name: IEnumerable.GetEnumerator nameWithType: List.IEnumerable.GetEnumerator fullName: System.Collections.Generic.List.System.Collections.Generic.IEnumerable.GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator name: System.Collections.Generic.IEnumerable.GetEnumerator nameWithType: List(Of T).System.Collections.Generic.IEnumerable.GetEnumerator fullName: System.Collections.Generic.List(Of T).System.Collections.Generic.IEnumerable.GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) commentId: M:System.Collections.Generic.List`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) isExternal: true name: ICollection.CopyTo(Array, Int32) nameWithType: List.ICollection.CopyTo(Array, Int32) fullName: System.Collections.Generic.List.System.Collections.ICollection.CopyTo(System.Array, System.Int32) nameWithType.vb: List(Of T).System.Collections.ICollection.CopyTo(Array, Int32) fullname.vb: System.Collections.Generic.List(Of T).System.Collections.ICollection.CopyTo(System.Array, System.Int32) name.vb: System.Collections.ICollection.CopyTo(Array, Int32) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) name: ICollection.CopyTo nameWithType: List.ICollection.CopyTo fullName: System.Collections.Generic.List.System.Collections.ICollection.CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Array name: Array nameWithType: Array fullName: System.Array isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32) name: System.Collections.ICollection.CopyTo nameWithType: List(Of T).System.Collections.ICollection.CopyTo fullName: System.Collections.Generic.List(Of T).System.Collections.ICollection.CopyTo isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Array name: Array nameWithType: Array fullName: System.Array isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.System#Collections#IEnumerable#GetEnumerator commentId: M:System.Collections.Generic.List`1.System#Collections#IEnumerable#GetEnumerator isExternal: true name: IEnumerable.GetEnumerator() nameWithType: List.IEnumerable.GetEnumerator() fullName: System.Collections.Generic.List.System.Collections.IEnumerable.GetEnumerator() nameWithType.vb: List(Of T).System.Collections.IEnumerable.GetEnumerator() fullname.vb: System.Collections.Generic.List(Of T).System.Collections.IEnumerable.GetEnumerator() name.vb: System.Collections.IEnumerable.GetEnumerator() spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IEnumerable#GetEnumerator name: IEnumerable.GetEnumerator nameWithType: List.IEnumerable.GetEnumerator fullName: System.Collections.Generic.List.System.Collections.IEnumerable.GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IEnumerable#GetEnumerator name: System.Collections.IEnumerable.GetEnumerator nameWithType: List(Of T).System.Collections.IEnumerable.GetEnumerator fullName: System.Collections.Generic.List(Of T).System.Collections.IEnumerable.GetEnumerator isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.System#Collections#IList#Add(System.Object) commentId: M:System.Collections.Generic.List`1.System#Collections#IList#Add(System.Object) isExternal: true name: IList.Add(Object) nameWithType: List.IList.Add(Object) fullName: System.Collections.Generic.List.System.Collections.IList.Add(System.Object) nameWithType.vb: List(Of T).System.Collections.IList.Add(Object) fullname.vb: System.Collections.Generic.List(Of T).System.Collections.IList.Add(System.Object) name.vb: System.Collections.IList.Add(Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#Add(System.Object) name: IList.Add nameWithType: List.IList.Add fullName: System.Collections.Generic.List.System.Collections.IList.Add isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#Add(System.Object) name: System.Collections.IList.Add nameWithType: List(Of T).System.Collections.IList.Add fullName: System.Collections.Generic.List(Of T).System.Collections.IList.Add isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.System#Collections#IList#Contains(System.Object) commentId: M:System.Collections.Generic.List`1.System#Collections#IList#Contains(System.Object) isExternal: true name: IList.Contains(Object) nameWithType: List.IList.Contains(Object) fullName: System.Collections.Generic.List.System.Collections.IList.Contains(System.Object) nameWithType.vb: List(Of T).System.Collections.IList.Contains(Object) fullname.vb: System.Collections.Generic.List(Of T).System.Collections.IList.Contains(System.Object) name.vb: System.Collections.IList.Contains(Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#Contains(System.Object) name: IList.Contains nameWithType: List.IList.Contains fullName: System.Collections.Generic.List.System.Collections.IList.Contains isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#Contains(System.Object) name: System.Collections.IList.Contains nameWithType: List(Of T).System.Collections.IList.Contains fullName: System.Collections.Generic.List(Of T).System.Collections.IList.Contains isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.System#Collections#IList#IndexOf(System.Object) commentId: M:System.Collections.Generic.List`1.System#Collections#IList#IndexOf(System.Object) isExternal: true name: IList.IndexOf(Object) nameWithType: List.IList.IndexOf(Object) fullName: System.Collections.Generic.List.System.Collections.IList.IndexOf(System.Object) nameWithType.vb: List(Of T).System.Collections.IList.IndexOf(Object) fullname.vb: System.Collections.Generic.List(Of T).System.Collections.IList.IndexOf(System.Object) name.vb: System.Collections.IList.IndexOf(Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#IndexOf(System.Object) name: IList.IndexOf nameWithType: List.IList.IndexOf fullName: System.Collections.Generic.List.System.Collections.IList.IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#IndexOf(System.Object) name: System.Collections.IList.IndexOf nameWithType: List(Of T).System.Collections.IList.IndexOf fullName: System.Collections.Generic.List(Of T).System.Collections.IList.IndexOf isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.System#Collections#IList#Insert(System.Int32,System.Object) commentId: M:System.Collections.Generic.List`1.System#Collections#IList#Insert(System.Int32,System.Object) isExternal: true name: IList.Insert(Int32, Object) nameWithType: List.IList.Insert(Int32, Object) fullName: System.Collections.Generic.List.System.Collections.IList.Insert(System.Int32, System.Object) nameWithType.vb: List(Of T).System.Collections.IList.Insert(Int32, Object) fullname.vb: System.Collections.Generic.List(Of T).System.Collections.IList.Insert(System.Int32, System.Object) name.vb: System.Collections.IList.Insert(Int32, Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#Insert(System.Int32,System.Object) name: IList.Insert nameWithType: List.IList.Insert fullName: System.Collections.Generic.List.System.Collections.IList.Insert isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#Insert(System.Int32,System.Object) name: System.Collections.IList.Insert nameWithType: List(Of T).System.Collections.IList.Insert fullName: System.Collections.Generic.List(Of T).System.Collections.IList.Insert isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.System#Collections#IList#Remove(System.Object) commentId: M:System.Collections.Generic.List`1.System#Collections#IList#Remove(System.Object) isExternal: true name: IList.Remove(Object) nameWithType: List.IList.Remove(Object) fullName: System.Collections.Generic.List.System.Collections.IList.Remove(System.Object) nameWithType.vb: List(Of T).System.Collections.IList.Remove(Object) fullname.vb: System.Collections.Generic.List(Of T).System.Collections.IList.Remove(System.Object) name.vb: System.Collections.IList.Remove(Object) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#Remove(System.Object) name: IList.Remove nameWithType: List.IList.Remove fullName: System.Collections.Generic.List.System.Collections.IList.Remove isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#Remove(System.Object) name: System.Collections.IList.Remove nameWithType: List(Of T).System.Collections.IList.Remove fullName: System.Collections.Generic.List(Of T).System.Collections.IList.Remove isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.ToArray commentId: M:System.Collections.Generic.List`1.ToArray isExternal: true name: ToArray() nameWithType: List.ToArray() fullName: System.Collections.Generic.List.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 nameWithType: List.ToArray fullName: System.Collections.Generic.List.ToArray isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.ToArray name: ToArray nameWithType: List(Of T).ToArray fullName: System.Collections.Generic.List(Of T).ToArray isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.TrimExcess commentId: M:System.Collections.Generic.List`1.TrimExcess isExternal: true name: TrimExcess() nameWithType: List.TrimExcess() fullName: System.Collections.Generic.List.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 nameWithType: List.TrimExcess fullName: System.Collections.Generic.List.TrimExcess isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.TrimExcess name: TrimExcess nameWithType: List(Of T).TrimExcess fullName: System.Collections.Generic.List(Of T).TrimExcess isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0}) commentId: M:System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0}) isExternal: true name: TrueForAll(Predicate) nameWithType: List.TrueForAll(Predicate) fullName: System.Collections.Generic.List.TrueForAll(System.Predicate) 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 nameWithType: List.TrueForAll fullName: System.Collections.Generic.List.TrueForAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: < nameWithType: < fullName: < - name: T nameWithType: T fullName: T - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0}) name: TrueForAll nameWithType: List(Of T).TrueForAll fullName: System.Collections.Generic.List(Of T).TrueForAll isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Predicate`1 name: Predicate nameWithType: Predicate fullName: System.Predicate isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - name: T nameWithType: T fullName: T - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.Capacity commentId: P:System.Collections.Generic.List`1.Capacity isExternal: true name: Capacity nameWithType: List.Capacity fullName: System.Collections.Generic.List.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 name: Count nameWithType: List.Count fullName: System.Collections.Generic.List.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 name: Item[Int32] nameWithType: List.Item[Int32] fullName: System.Collections.Generic.List.Item[System.Int32] nameWithType.vb: List(Of T).Item(Int32) fullname.vb: System.Collections.Generic.List(Of T).Item(System.Int32) name.vb: Item(Int32) spec.csharp: - uid: System.Collections.Generic.List`1.Item(System.Int32) name: Item nameWithType: List.Item fullName: System.Collections.Generic.List.Item isExternal: true - name: '[' nameWithType: '[' fullName: '[' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ']' nameWithType: ']' fullName: ']' spec.vb: - uid: System.Collections.Generic.List`1.Item(System.Int32) name: Item nameWithType: List(Of T).Item fullName: System.Collections.Generic.List(Of T).Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: System.Collections.Generic.List`1.System#Collections#Generic#ICollection{T}#IsReadOnly commentId: P:System.Collections.Generic.List`1.System#Collections#Generic#ICollection{T}#IsReadOnly isExternal: true name: ICollection.IsReadOnly nameWithType: List.ICollection.IsReadOnly fullName: System.Collections.Generic.List.System.Collections.Generic.ICollection.IsReadOnly nameWithType.vb: List(Of T).System.Collections.Generic.ICollection.IsReadOnly fullname.vb: System.Collections.Generic.List(Of T).System.Collections.Generic.ICollection.IsReadOnly name.vb: System.Collections.Generic.ICollection.IsReadOnly - uid: System.Collections.Generic.List`1.System#Collections#ICollection#IsSynchronized commentId: P:System.Collections.Generic.List`1.System#Collections#ICollection#IsSynchronized isExternal: true name: ICollection.IsSynchronized nameWithType: List.ICollection.IsSynchronized fullName: System.Collections.Generic.List.System.Collections.ICollection.IsSynchronized nameWithType.vb: List(Of T).System.Collections.ICollection.IsSynchronized fullname.vb: System.Collections.Generic.List(Of T).System.Collections.ICollection.IsSynchronized name.vb: System.Collections.ICollection.IsSynchronized - uid: System.Collections.Generic.List`1.System#Collections#ICollection#SyncRoot commentId: P:System.Collections.Generic.List`1.System#Collections#ICollection#SyncRoot isExternal: true name: ICollection.SyncRoot nameWithType: List.ICollection.SyncRoot fullName: System.Collections.Generic.List.System.Collections.ICollection.SyncRoot nameWithType.vb: List(Of T).System.Collections.ICollection.SyncRoot fullname.vb: System.Collections.Generic.List(Of T).System.Collections.ICollection.SyncRoot name.vb: System.Collections.ICollection.SyncRoot - uid: System.Collections.Generic.List`1.System#Collections#IList#IsFixedSize commentId: P:System.Collections.Generic.List`1.System#Collections#IList#IsFixedSize isExternal: true name: IList.IsFixedSize nameWithType: List.IList.IsFixedSize fullName: System.Collections.Generic.List.System.Collections.IList.IsFixedSize nameWithType.vb: List(Of T).System.Collections.IList.IsFixedSize fullname.vb: System.Collections.Generic.List(Of T).System.Collections.IList.IsFixedSize name.vb: System.Collections.IList.IsFixedSize - uid: System.Collections.Generic.List`1.System#Collections#IList#IsReadOnly commentId: P:System.Collections.Generic.List`1.System#Collections#IList#IsReadOnly isExternal: true name: IList.IsReadOnly nameWithType: List.IList.IsReadOnly fullName: System.Collections.Generic.List.System.Collections.IList.IsReadOnly nameWithType.vb: List(Of T).System.Collections.IList.IsReadOnly fullname.vb: System.Collections.Generic.List(Of T).System.Collections.IList.IsReadOnly name.vb: System.Collections.IList.IsReadOnly - uid: System.Collections.Generic.List`1.System#Collections#IList#Item(System.Int32) commentId: P:System.Collections.Generic.List`1.System#Collections#IList#Item(System.Int32) isExternal: true name: IList.Item[Int32] nameWithType: List.IList.Item[Int32] fullName: System.Collections.Generic.List.System.Collections.IList.Item[System.Int32] nameWithType.vb: List(Of T).System.Collections.IList.Item(Int32) fullname.vb: System.Collections.Generic.List(Of T).System.Collections.IList.Item(System.Int32) name.vb: System.Collections.IList.Item(Int32) spec.csharp: - uid: System.Collections.Generic.List`1.System#Collections#IList#Item(System.Int32) name: IList.Item nameWithType: List.IList.Item fullName: System.Collections.Generic.List.System.Collections.IList.Item isExternal: true - name: '[' nameWithType: '[' fullName: '[' - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ']' nameWithType: ']' fullName: ']' spec.vb: - uid: System.Collections.Generic.List`1.System#Collections#IList#Item(System.Int32) name: System.Collections.IList.Item nameWithType: List(Of T).System.Collections.IList.Item fullName: System.Collections.Generic.List(Of T).System.Collections.IList.Item isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Int32 name: Int32 nameWithType: Int32 fullName: System.Int32 isExternal: true - name: ) nameWithType: ) fullName: ) - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.#ctor* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.#ctor isExternal: false name: CredentialSet nameWithType: CredentialSet.CredentialSet fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.CredentialSet - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Target* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Target isExternal: false name: Target nameWithType: CredentialSet.Target fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Target - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Dispose* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Dispose isExternal: false name: Dispose nameWithType: CredentialSet.Dispose fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Dispose - uid: System.IDisposable.Dispose commentId: M:System.IDisposable.Dispose parent: System.IDisposable isExternal: true name: Dispose() nameWithType: IDisposable.Dispose() fullName: System.IDisposable.Dispose() spec.csharp: - uid: System.IDisposable.Dispose name: Dispose nameWithType: IDisposable.Dispose fullName: System.IDisposable.Dispose isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: System.IDisposable.Dispose name: Dispose nameWithType: IDisposable.Dispose fullName: System.IDisposable.Dispose isExternal: true - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Finalize* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Finalize isExternal: false name: Finalize nameWithType: CredentialSet.Finalize fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Finalize - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Load* commentId: Overload:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Load isExternal: false name: Load nameWithType: CredentialSet.Load fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet.Load - uid: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet commentId: T:Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet parent: Microsoft.SqlTools.ServiceLayer.Credentials.Win32 isExternal: false name: CredentialSet nameWithType: CredentialSet fullName: Microsoft.SqlTools.ServiceLayer.Credentials.Win32.CredentialSet