mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-22 09:35:38 -05:00
7745 lines
299 KiB
YAML
7745 lines
299 KiB
YAML
### 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<Win32Credential>, IList<Win32Credential>, ICollection<Win32Credential>, IReadOnlyList<Win32Credential>, IReadOnlyCollection<Win32Credential>, IEnumerable<Win32Credential>, 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<Win32Credential>
|
|
nameWithType: List<Win32Credential>
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>
|
|
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<Win32Credential>
|
|
nameWithType: IList<Win32Credential>
|
|
fullName: System.Collections.Generic.IList<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>
|
|
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<Win32Credential>
|
|
nameWithType: ICollection<Win32Credential>
|
|
fullName: System.Collections.Generic.ICollection<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>
|
|
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<Win32Credential>
|
|
nameWithType: IReadOnlyList<Win32Credential>
|
|
fullName: System.Collections.Generic.IReadOnlyList<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>
|
|
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<Win32Credential>
|
|
nameWithType: IReadOnlyCollection<Win32Credential>
|
|
fullName: System.Collections.Generic.IReadOnlyCollection<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>
|
|
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<Win32Credential>
|
|
nameWithType: IEnumerable<Win32Credential>
|
|
fullName: System.Collections.Generic.IEnumerable<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>
|
|
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<Win32Credential>.IList.get_Item(Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.get_Item
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.IList.set_Item(Int32, Object)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.set_Item
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.Add(Win32Credential)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Add
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.AddRange(IEnumerable<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.AddRange(System.Collections.Generic.IEnumerable<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.AddRange
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>.AsReadOnly()
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.AsReadOnly
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.BinarySearch(Win32Credential)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.BinarySearch
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.BinarySearch(Win32Credential, IComparer<Win32Credential>)
|
|
fullName: 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>)
|
|
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<Win32Credential>.BinarySearch
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.BinarySearch(Int32, Int32, Win32Credential, IComparer<Win32Credential>)
|
|
fullName: 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>)
|
|
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<Win32Credential>.BinarySearch
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>.Clear()
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Clear
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Contains(Win32Credential)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Contains
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.CopyTo(Win32Credential[])
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.CopyTo
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.CopyTo(Win32Credential[], Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.CopyTo
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.CopyTo(Int32, Win32Credential[], Int32, Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.CopyTo
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.Exists(Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.Exists(System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.Exists
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.Find(Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.Find(System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.Find
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.FindAll(Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.FindAll(System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.FindAll
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.FindIndex(Int32, Int32, Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.FindIndex(System.Int32, System.Int32, System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.FindIndex
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.FindIndex(Int32, Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.FindIndex(System.Int32, System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.FindIndex
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.FindIndex(Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.FindIndex(System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.FindIndex
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.FindLast(Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.FindLast(System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.FindLast
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.FindLastIndex(Int32, Int32, Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.FindLastIndex
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.FindLastIndex(Int32, Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.FindLastIndex(System.Int32, System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.FindLastIndex
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.FindLastIndex(Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.FindLastIndex(System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.FindLastIndex
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.ForEach(Action<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.ForEach(System.Action<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.ForEach
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>.GetEnumerator()
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.GetEnumerator
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.GetRange(Int32, Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.GetRange
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.IndexOf(Win32Credential)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.IndexOf(Win32Credential, Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.IndexOf(Win32Credential, Int32, Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.Insert(Int32, Win32Credential)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Insert
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.InsertRange(Int32, IEnumerable<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.InsertRange
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>.LastIndexOf(Win32Credential)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.LastIndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.LastIndexOf(Win32Credential, Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.LastIndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.LastIndexOf(Win32Credential, Int32, Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.LastIndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.Remove(Win32Credential)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Remove
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.RemoveAll(Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.RemoveAll(System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.RemoveAll
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>.RemoveAt(Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.RemoveAt
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.RemoveRange(Int32, Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.RemoveRange
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.Reverse()
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Reverse
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Reverse(Int32, Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Reverse
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.Sort()
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Sort
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.Sort(IComparer<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.Sort(System.Collections.Generic.IComparer<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.Sort
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.Sort(Comparison<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.Sort(System.Comparison<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.Sort
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.Sort(Int32, Int32, IComparer<Win32Credential>)
|
|
fullName: 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>)
|
|
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<Win32Credential>.Sort
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>.GetEnumerator()
|
|
nameWithType: List<Win32Credential>.IEnumerable<Win32Credential>.GetEnumerator()
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.System.Collections.Generic.IEnumerable<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.GetEnumerator()
|
|
nameWithType.vb: List(Of Win32Credential).System.Collections.Generic.IEnumerable<T>.GetEnumerator()
|
|
fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.Generic.IEnumerable<T>.GetEnumerator()
|
|
name.vb: System.Collections.Generic.IEnumerable<T>.GetEnumerator()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator
|
|
name: IEnumerable<Win32Credential>.GetEnumerator
|
|
nameWithType: List<Win32Credential>.IEnumerable<Win32Credential>.GetEnumerator
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.System.Collections.Generic.IEnumerable<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<T>.GetEnumerator
|
|
nameWithType: List(Of Win32Credential).System.Collections.Generic.IEnumerable<T>.GetEnumerator
|
|
fullName: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.Generic.IEnumerable<T>.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<Win32Credential>.ICollection.CopyTo(Array, Int32)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.ICollection.CopyTo
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.IEnumerable.GetEnumerator()
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IEnumerable.GetEnumerator
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.Add(Object)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.Add
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.IList.Contains(Object)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.Contains
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.IList.IndexOf(Object)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.IndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.IList.Insert(Int32, Object)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.Insert
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.IList.Remove(Object)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.Remove
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<Win32Credential>.ToArray()
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.ToArray
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.TrimExcess()
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.TrimExcess
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>)
|
|
nameWithType: List<Win32Credential>.TrueForAll(Predicate<Win32Credential>)
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.TrueForAll(System.Predicate<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>)
|
|
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<Win32Credential>.TrueForAll
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<Win32Credential>.Capacity
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Count
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Item[Int32]
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.Item
|
|
fullName: System.Collections.Generic.List<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: ']'
|
|
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<Win32Credential>.IsReadOnly
|
|
nameWithType: List<Win32Credential>.ICollection<Win32Credential>.IsReadOnly
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.System.Collections.Generic.ICollection<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.IsReadOnly
|
|
nameWithType.vb: List(Of Win32Credential).System.Collections.Generic.ICollection<T>.IsReadOnly
|
|
fullname.vb: System.Collections.Generic.List(Of Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential).System.Collections.Generic.ICollection<T>.IsReadOnly
|
|
name.vb: System.Collections.Generic.ICollection<T>.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<Win32Credential>.ICollection.IsSynchronized
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.ICollection.SyncRoot
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.IsFixedSize
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.IsReadOnly
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.Item[Int32]
|
|
fullName: System.Collections.Generic.List<Microsoft.SqlTools.ServiceLayer.Credentials.Win32.Win32Credential>.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<Win32Credential>.IList.Item
|
|
fullName: System.Collections.Generic.List<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: ']'
|
|
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<T>
|
|
nameWithType: List<T>
|
|
fullName: System.Collections.Generic.List<T>
|
|
nameWithType.vb: List(Of T)
|
|
fullname.vb: System.Collections.Generic.List(Of T)
|
|
name.vb: List(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
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<T>
|
|
nameWithType: IList<T>
|
|
fullName: System.Collections.Generic.IList<T>
|
|
nameWithType.vb: IList(Of T)
|
|
fullname.vb: System.Collections.Generic.IList(Of T)
|
|
name.vb: IList(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IList`1
|
|
name: IList
|
|
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<T>
|
|
nameWithType: ICollection<T>
|
|
fullName: System.Collections.Generic.ICollection<T>
|
|
nameWithType.vb: ICollection(Of T)
|
|
fullname.vb: System.Collections.Generic.ICollection(Of T)
|
|
name.vb: ICollection(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.ICollection`1
|
|
name: ICollection
|
|
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<T>
|
|
nameWithType: IReadOnlyList<T>
|
|
fullName: System.Collections.Generic.IReadOnlyList<T>
|
|
nameWithType.vb: IReadOnlyList(Of T)
|
|
fullname.vb: System.Collections.Generic.IReadOnlyList(Of T)
|
|
name.vb: IReadOnlyList(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IReadOnlyList`1
|
|
name: IReadOnlyList
|
|
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<T>
|
|
nameWithType: IReadOnlyCollection<T>
|
|
fullName: System.Collections.Generic.IReadOnlyCollection<T>
|
|
nameWithType.vb: IReadOnlyCollection(Of T)
|
|
fullname.vb: System.Collections.Generic.IReadOnlyCollection(Of T)
|
|
name.vb: IReadOnlyCollection(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IReadOnlyCollection`1
|
|
name: IReadOnlyCollection
|
|
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<T>
|
|
nameWithType: IEnumerable<T>
|
|
fullName: System.Collections.Generic.IEnumerable<T>
|
|
nameWithType.vb: IEnumerable(Of T)
|
|
fullname.vb: System.Collections.Generic.IEnumerable(Of T)
|
|
name.vb: IEnumerable(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
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<T>.IList.get_Item(Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.get_Item
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.IList.set_Item(Int32, Object)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.set_Item
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.Add(T)
|
|
fullName: System.Collections.Generic.List<T>.Add(T)
|
|
nameWithType.vb: List(Of T).Add(T)
|
|
fullname.vb: System.Collections.Generic.List(Of T).Add(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Add(`0)
|
|
name: Add
|
|
nameWithType: List<T>.Add
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.AddRange(IEnumerable<T>)
|
|
fullName: System.Collections.Generic.List<T>.AddRange(System.Collections.Generic.IEnumerable<T>)
|
|
nameWithType.vb: List(Of T).AddRange(IEnumerable(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).AddRange(System.Collections.Generic.IEnumerable(Of T))
|
|
name.vb: AddRange(IEnumerable(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.AddRange(System.Collections.Generic.IEnumerable{`0})
|
|
name: AddRange
|
|
nameWithType: List<T>.AddRange
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<T>.AsReadOnly()
|
|
fullName: System.Collections.Generic.List<T>.AsReadOnly()
|
|
nameWithType.vb: List(Of T).AsReadOnly()
|
|
fullname.vb: System.Collections.Generic.List(Of T).AsReadOnly()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.AsReadOnly
|
|
name: AsReadOnly
|
|
nameWithType: List<T>.AsReadOnly
|
|
fullName: System.Collections.Generic.List<T>.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<T>.BinarySearch(T)
|
|
fullName: System.Collections.Generic.List<T>.BinarySearch(T)
|
|
nameWithType.vb: List(Of T).BinarySearch(T)
|
|
fullname.vb: System.Collections.Generic.List(Of T).BinarySearch(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.BinarySearch(`0)
|
|
name: BinarySearch
|
|
nameWithType: List<T>.BinarySearch
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.BinarySearch(T, IComparer<T>)
|
|
fullName: System.Collections.Generic.List<T>.BinarySearch(T, System.Collections.Generic.IComparer<T>)
|
|
nameWithType.vb: List(Of T).BinarySearch(T, IComparer(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).BinarySearch(T, System.Collections.Generic.IComparer(Of T))
|
|
name.vb: BinarySearch(T, IComparer(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.BinarySearch(`0,System.Collections.Generic.IComparer{`0})
|
|
name: BinarySearch
|
|
nameWithType: List<T>.BinarySearch
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<T>)
|
|
nameWithType: List<T>.BinarySearch(Int32, Int32, T, IComparer<T>)
|
|
fullName: System.Collections.Generic.List<T>.BinarySearch(System.Int32, System.Int32, T, System.Collections.Generic.IComparer<T>)
|
|
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<T>.BinarySearch
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<T>.Clear()
|
|
fullName: System.Collections.Generic.List<T>.Clear()
|
|
nameWithType.vb: List(Of T).Clear()
|
|
fullname.vb: System.Collections.Generic.List(Of T).Clear()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Clear
|
|
name: Clear
|
|
nameWithType: List<T>.Clear
|
|
fullName: System.Collections.Generic.List<T>.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<T>.Contains(T)
|
|
fullName: System.Collections.Generic.List<T>.Contains(T)
|
|
nameWithType.vb: List(Of T).Contains(T)
|
|
fullname.vb: System.Collections.Generic.List(Of T).Contains(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Contains(`0)
|
|
name: Contains
|
|
nameWithType: List<T>.Contains
|
|
fullName: System.Collections.Generic.List<T>.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<T>.CopyTo(T[])
|
|
fullName: System.Collections.Generic.List<T>.CopyTo(T[])
|
|
nameWithType.vb: List(Of T).CopyTo(T())
|
|
fullname.vb: System.Collections.Generic.List(Of T).CopyTo(T())
|
|
name.vb: CopyTo(T())
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.CopyTo(`0[])
|
|
name: CopyTo
|
|
nameWithType: List<T>.CopyTo
|
|
fullName: System.Collections.Generic.List<T>.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<T>.CopyTo(T[], Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.CopyTo
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.CopyTo(Int32, T[], Int32, Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.CopyTo
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>)
|
|
nameWithType: List<T>.Exists(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.Exists(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).Exists(Predicate(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).Exists(System.Predicate(Of T))
|
|
name.vb: Exists(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Exists(System.Predicate{`0})
|
|
name: Exists
|
|
nameWithType: List<T>.Exists
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.Find(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.Find(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).Find(Predicate(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).Find(System.Predicate(Of T))
|
|
name.vb: Find(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Find(System.Predicate{`0})
|
|
name: Find
|
|
nameWithType: List<T>.Find
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.FindAll(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindAll(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindAll(Predicate(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).FindAll(System.Predicate(Of T))
|
|
name.vb: FindAll(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindAll(System.Predicate{`0})
|
|
name: FindAll
|
|
nameWithType: List<T>.FindAll
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.FindIndex(Int32, Int32, Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindIndex(System.Int32, System.Int32, System.Predicate<T>)
|
|
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<T>.FindIndex
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<T>)
|
|
nameWithType: List<T>.FindIndex(Int32, Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindIndex(System.Int32, System.Predicate<T>)
|
|
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<T>.FindIndex
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<T>)
|
|
nameWithType: List<T>.FindIndex(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindIndex(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindIndex(Predicate(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).FindIndex(System.Predicate(Of T))
|
|
name.vb: FindIndex(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindIndex(System.Predicate{`0})
|
|
name: FindIndex
|
|
nameWithType: List<T>.FindIndex
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.FindLast(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindLast(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindLast(Predicate(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).FindLast(System.Predicate(Of T))
|
|
name.vb: FindLast(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindLast(System.Predicate{`0})
|
|
name: FindLast
|
|
nameWithType: List<T>.FindLast
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.FindLastIndex(Int32, Int32, Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindLastIndex(System.Int32, System.Int32, System.Predicate<T>)
|
|
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<T>.FindLastIndex
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<T>)
|
|
nameWithType: List<T>.FindLastIndex(Int32, Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindLastIndex(System.Int32, System.Predicate<T>)
|
|
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<T>.FindLastIndex
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<T>)
|
|
nameWithType: List<T>.FindLastIndex(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.FindLastIndex(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).FindLastIndex(Predicate(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).FindLastIndex(System.Predicate(Of T))
|
|
name.vb: FindLastIndex(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.FindLastIndex(System.Predicate{`0})
|
|
name: FindLastIndex
|
|
nameWithType: List<T>.FindLastIndex
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.ForEach(Action<T>)
|
|
fullName: System.Collections.Generic.List<T>.ForEach(System.Action<T>)
|
|
nameWithType.vb: List(Of T).ForEach(Action(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).ForEach(System.Action(Of T))
|
|
name.vb: ForEach(Action(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.ForEach(System.Action{`0})
|
|
name: ForEach
|
|
nameWithType: List<T>.ForEach
|
|
fullName: System.Collections.Generic.List<T>.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<T>.GetEnumerator()
|
|
fullName: System.Collections.Generic.List<T>.GetEnumerator()
|
|
nameWithType.vb: List(Of T).GetEnumerator()
|
|
fullname.vb: System.Collections.Generic.List(Of T).GetEnumerator()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.GetEnumerator
|
|
name: GetEnumerator
|
|
nameWithType: List<T>.GetEnumerator
|
|
fullName: System.Collections.Generic.List<T>.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<T>.GetRange(Int32, Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.GetRange
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.IndexOf(T)
|
|
fullName: System.Collections.Generic.List<T>.IndexOf(T)
|
|
nameWithType.vb: List(Of T).IndexOf(T)
|
|
fullname.vb: System.Collections.Generic.List(Of T).IndexOf(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.IndexOf(`0)
|
|
name: IndexOf
|
|
nameWithType: List<T>.IndexOf
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IndexOf(T, Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.IndexOf(T, Int32, Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.Insert(Int32, T)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.Insert
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>)
|
|
nameWithType: List<T>.InsertRange(Int32, IEnumerable<T>)
|
|
fullName: System.Collections.Generic.List<T>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<T>)
|
|
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<T>.InsertRange
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<T>.LastIndexOf(T)
|
|
fullName: System.Collections.Generic.List<T>.LastIndexOf(T)
|
|
nameWithType.vb: List(Of T).LastIndexOf(T)
|
|
fullname.vb: System.Collections.Generic.List(Of T).LastIndexOf(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.LastIndexOf(`0)
|
|
name: LastIndexOf
|
|
nameWithType: List<T>.LastIndexOf
|
|
fullName: System.Collections.Generic.List<T>.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<T>.LastIndexOf(T, Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.LastIndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.LastIndexOf(T, Int32, Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.LastIndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.Remove(T)
|
|
fullName: System.Collections.Generic.List<T>.Remove(T)
|
|
nameWithType.vb: List(Of T).Remove(T)
|
|
fullname.vb: System.Collections.Generic.List(Of T).Remove(T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Remove(`0)
|
|
name: Remove
|
|
nameWithType: List<T>.Remove
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.RemoveAll(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.RemoveAll(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).RemoveAll(Predicate(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).RemoveAll(System.Predicate(Of T))
|
|
name.vb: RemoveAll(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.RemoveAll(System.Predicate{`0})
|
|
name: RemoveAll
|
|
nameWithType: List<T>.RemoveAll
|
|
fullName: System.Collections.Generic.List<T>.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<T>.RemoveAt(Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.RemoveAt
|
|
fullName: System.Collections.Generic.List<T>.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<T>.RemoveRange(Int32, Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.RemoveRange
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.Reverse()
|
|
fullName: System.Collections.Generic.List<T>.Reverse()
|
|
nameWithType.vb: List(Of T).Reverse()
|
|
fullname.vb: System.Collections.Generic.List(Of T).Reverse()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Reverse
|
|
name: Reverse
|
|
nameWithType: List<T>.Reverse
|
|
fullName: System.Collections.Generic.List<T>.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<T>.Reverse(Int32, Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.Reverse
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.Sort()
|
|
fullName: System.Collections.Generic.List<T>.Sort()
|
|
nameWithType.vb: List(Of T).Sort()
|
|
fullname.vb: System.Collections.Generic.List(Of T).Sort()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Sort
|
|
name: Sort
|
|
nameWithType: List<T>.Sort
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.Sort(IComparer<T>)
|
|
fullName: System.Collections.Generic.List<T>.Sort(System.Collections.Generic.IComparer<T>)
|
|
nameWithType.vb: List(Of T).Sort(IComparer(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).Sort(System.Collections.Generic.IComparer(Of T))
|
|
name.vb: Sort(IComparer(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Sort(System.Collections.Generic.IComparer{`0})
|
|
name: Sort
|
|
nameWithType: List<T>.Sort
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<T>)
|
|
nameWithType: List<T>.Sort(Comparison<T>)
|
|
fullName: System.Collections.Generic.List<T>.Sort(System.Comparison<T>)
|
|
nameWithType.vb: List(Of T).Sort(Comparison(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).Sort(System.Comparison(Of T))
|
|
name.vb: Sort(Comparison(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.Sort(System.Comparison{`0})
|
|
name: Sort
|
|
nameWithType: List<T>.Sort
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.Sort(Int32, Int32, IComparer<T>)
|
|
fullName: System.Collections.Generic.List<T>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<T>)
|
|
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<T>.Sort
|
|
fullName: System.Collections.Generic.List<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: <
|
|
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<T>.GetEnumerator()
|
|
nameWithType: List<T>.IEnumerable<T>.GetEnumerator()
|
|
fullName: System.Collections.Generic.List<T>.System.Collections.Generic.IEnumerable<T>.GetEnumerator()
|
|
nameWithType.vb: List(Of T).System.Collections.Generic.IEnumerable<T>.GetEnumerator()
|
|
fullname.vb: System.Collections.Generic.List(Of T).System.Collections.Generic.IEnumerable<T>.GetEnumerator()
|
|
name.vb: System.Collections.Generic.IEnumerable<T>.GetEnumerator()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.System#Collections#Generic#IEnumerable{T}#GetEnumerator
|
|
name: IEnumerable<T>.GetEnumerator
|
|
nameWithType: List<T>.IEnumerable<T>.GetEnumerator
|
|
fullName: System.Collections.Generic.List<T>.System.Collections.Generic.IEnumerable<T>.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<T>.GetEnumerator
|
|
nameWithType: List(Of T).System.Collections.Generic.IEnumerable<T>.GetEnumerator
|
|
fullName: System.Collections.Generic.List(Of T).System.Collections.Generic.IEnumerable<T>.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<T>.ICollection.CopyTo(Array, Int32)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.ICollection.CopyTo
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.IEnumerable.GetEnumerator()
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IEnumerable.GetEnumerator
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.Add(Object)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.Add
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.IList.Contains(Object)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.Contains
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.IList.IndexOf(Object)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.IndexOf
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.IList.Insert(Int32, Object)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.Insert
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.IList.Remove(Object)
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.Remove
|
|
fullName: System.Collections.Generic.List<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: )
|
|
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<T>.ToArray()
|
|
fullName: System.Collections.Generic.List<T>.ToArray()
|
|
nameWithType.vb: List(Of T).ToArray()
|
|
fullname.vb: System.Collections.Generic.List(Of T).ToArray()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.ToArray
|
|
name: ToArray
|
|
nameWithType: List<T>.ToArray
|
|
fullName: System.Collections.Generic.List<T>.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<T>.TrimExcess()
|
|
fullName: System.Collections.Generic.List<T>.TrimExcess()
|
|
nameWithType.vb: List(Of T).TrimExcess()
|
|
fullname.vb: System.Collections.Generic.List(Of T).TrimExcess()
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.TrimExcess
|
|
name: TrimExcess
|
|
nameWithType: List<T>.TrimExcess
|
|
fullName: System.Collections.Generic.List<T>.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<T>)
|
|
nameWithType: List<T>.TrueForAll(Predicate<T>)
|
|
fullName: System.Collections.Generic.List<T>.TrueForAll(System.Predicate<T>)
|
|
nameWithType.vb: List(Of T).TrueForAll(Predicate(Of T))
|
|
fullname.vb: System.Collections.Generic.List(Of T).TrueForAll(System.Predicate(Of T))
|
|
name.vb: TrueForAll(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1.TrueForAll(System.Predicate{`0})
|
|
name: TrueForAll
|
|
nameWithType: List<T>.TrueForAll
|
|
fullName: System.Collections.Generic.List<T>.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<T>.Capacity
|
|
fullName: System.Collections.Generic.List<T>.Capacity
|
|
nameWithType.vb: List(Of T).Capacity
|
|
fullname.vb: System.Collections.Generic.List(Of T).Capacity
|
|
- uid: System.Collections.Generic.List`1.Count
|
|
commentId: P:System.Collections.Generic.List`1.Count
|
|
isExternal: true
|
|
name: Count
|
|
nameWithType: List<T>.Count
|
|
fullName: System.Collections.Generic.List<T>.Count
|
|
nameWithType.vb: List(Of T).Count
|
|
fullname.vb: System.Collections.Generic.List(Of T).Count
|
|
- uid: System.Collections.Generic.List`1.Item(System.Int32)
|
|
commentId: P:System.Collections.Generic.List`1.Item(System.Int32)
|
|
isExternal: true
|
|
name: Item[Int32]
|
|
nameWithType: List<T>.Item[Int32]
|
|
fullName: System.Collections.Generic.List<T>.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<T>.Item
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IsReadOnly
|
|
nameWithType: List<T>.ICollection<T>.IsReadOnly
|
|
fullName: System.Collections.Generic.List<T>.System.Collections.Generic.ICollection<T>.IsReadOnly
|
|
nameWithType.vb: List(Of T).System.Collections.Generic.ICollection<T>.IsReadOnly
|
|
fullname.vb: System.Collections.Generic.List(Of T).System.Collections.Generic.ICollection<T>.IsReadOnly
|
|
name.vb: System.Collections.Generic.ICollection<T>.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<T>.ICollection.IsSynchronized
|
|
fullName: System.Collections.Generic.List<T>.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<T>.ICollection.SyncRoot
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.IsFixedSize
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.IsReadOnly
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.Item[Int32]
|
|
fullName: System.Collections.Generic.List<T>.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<T>.IList.Item
|
|
fullName: System.Collections.Generic.List<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: ']'
|
|
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
|