1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-14 18:19:09 +01:00
MLEM/Docs/api/MLEM.Formatting.FormattingCodeCollection.yml

4145 lines
198 KiB
YAML
Raw Normal View History

2020-05-21 01:08:36 +02:00
### YamlMime:ManagedReference
items:
- uid: MLEM.Formatting.FormattingCodeCollection
commentId: T:MLEM.Formatting.FormattingCodeCollection
id: FormattingCodeCollection
parent: MLEM.Formatting
children: []
langs:
- csharp
- vb
name: FormattingCodeCollection
nameWithType: FormattingCodeCollection
fullName: MLEM.Formatting.FormattingCodeCollection
type: Class
source:
remote:
path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: FormattingCodeCollection
path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
startLine: 6
assemblies:
- MLEM
namespace: MLEM.Formatting
syntax:
content: >-
[Obsolete("Use the new text formatting system in MLEM.Formatting instead")]
public class FormattingCodeCollection : Dictionary<int, List<FormattingCodeData>>, IDictionary<int, List<FormattingCodeData>>, ICollection<KeyValuePair<int, List<FormattingCodeData>>>, IReadOnlyDictionary<int, List<FormattingCodeData>>, IReadOnlyCollection<KeyValuePair<int, List<FormattingCodeData>>>, IEnumerable<KeyValuePair<int, List<FormattingCodeData>>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
content.vb: >-
<Obsolete("Use the new text formatting system in MLEM.Formatting instead")>
Public Class FormattingCodeCollection
2020-05-21 01:08:36 +02:00
Inherits Dictionary(Of Integer, List(Of FormattingCodeData))
2020-05-21 01:08:36 +02:00
Implements IDictionary(Of Integer, List(Of FormattingCodeData)), ICollection(Of KeyValuePair(Of Integer, List(Of FormattingCodeData))), IReadOnlyDictionary(Of Integer, List(Of FormattingCodeData)), IReadOnlyCollection(Of KeyValuePair(Of Integer, List(Of FormattingCodeData))), IEnumerable(Of KeyValuePair(Of Integer, List(Of FormattingCodeData))), IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
inheritance:
- System.Object
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
implements:
- System.Collections.Generic.IDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
- System.Collections.Generic.ICollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}}
- System.Collections.Generic.IReadOnlyDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
- System.Collections.Generic.IReadOnlyCollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}}
- System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}}
- System.Collections.IDictionary
- System.Collections.ICollection
- System.Collections.IEnumerable
- System.Runtime.Serialization.IDeserializationCallback
- System.Runtime.Serialization.ISerializable
inheritedMembers:
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#get_Item(System.Object)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#set_Item(System.Object,System.Object)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Add(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData})
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Clear
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsKey(System.Int32)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsValue(System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData})
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetEnumerator
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.OnDeserialization(System.Object)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Remove(System.Int32)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}})
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}})
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}[],System.Int32)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}})
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#CopyTo(System.Array,System.Int32)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Add(System.Object,System.Object)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Contains(System.Object)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#GetEnumerator
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Remove(System.Object)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IEnumerable#GetEnumerator
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.TryGetValue(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}@)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Comparer
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Count
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Item(System.Int32)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Keys
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Keys
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Values
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#IsSynchronized
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#SyncRoot
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsFixedSize
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsReadOnly
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Item(System.Object)
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Keys
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Values
- System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Values
- 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
attributes:
- type: System.ObsoleteAttribute
ctor: System.ObsoleteAttribute.#ctor(System.String)
arguments:
- type: System.String
value: Use the new text formatting system in MLEM.Formatting instead
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
references:
- uid: MLEM.Formatting
commentId: N:MLEM.Formatting
name: MLEM.Formatting
nameWithType: MLEM.Formatting
fullName: MLEM.Formatting
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
commentId: T:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
parent: System.Collections.Generic
definition: System.Collections.Generic.Dictionary`2
name: Dictionary<Int32, List<FormattingCodeData>>
nameWithType: Dictionary<Int32, List<FormattingCodeData>>
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData))
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))
name.vb: Dictionary(Of Int32, List(Of FormattingCodeData))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
commentId: T:System.Collections.Generic.IDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
parent: System.Collections.Generic
definition: System.Collections.Generic.IDictionary`2
name: IDictionary<Int32, List<FormattingCodeData>>
nameWithType: IDictionary<Int32, List<FormattingCodeData>>
fullName: System.Collections.Generic.IDictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>
nameWithType.vb: IDictionary(Of Int32, List(Of FormattingCodeData))
fullName.vb: System.Collections.Generic.IDictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))
name.vb: IDictionary(Of Int32, List(Of FormattingCodeData))
spec.csharp:
- uid: System.Collections.Generic.IDictionary`2
name: IDictionary
nameWithType: IDictionary
fullName: System.Collections.Generic.IDictionary
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IDictionary`2
name: IDictionary
nameWithType: IDictionary
fullName: System.Collections.Generic.IDictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.ICollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}}
commentId: T:System.Collections.Generic.ICollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}}
parent: System.Collections.Generic
definition: System.Collections.Generic.ICollection`1
name: ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>
nameWithType: ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>
fullName: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>
nameWithType.vb: ICollection(Of KeyValuePair(Of Int32, List(Of FormattingCodeData)))
fullName.vb: System.Collections.Generic.ICollection(Of System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)))
name.vb: ICollection(Of KeyValuePair(Of Int32, List(Of FormattingCodeData)))
spec.csharp:
- uid: System.Collections.Generic.ICollection`1
name: ICollection
nameWithType: ICollection
fullName: System.Collections.Generic.ICollection
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: '>'
nameWithType: '>'
fullName: '>'
- 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: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IReadOnlyDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
commentId: T:System.Collections.Generic.IReadOnlyDictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
parent: System.Collections.Generic
definition: System.Collections.Generic.IReadOnlyDictionary`2
name: IReadOnlyDictionary<Int32, List<FormattingCodeData>>
nameWithType: IReadOnlyDictionary<Int32, List<FormattingCodeData>>
fullName: System.Collections.Generic.IReadOnlyDictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>
nameWithType.vb: IReadOnlyDictionary(Of Int32, List(Of FormattingCodeData))
fullName.vb: System.Collections.Generic.IReadOnlyDictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))
name.vb: IReadOnlyDictionary(Of Int32, List(Of FormattingCodeData))
spec.csharp:
- uid: System.Collections.Generic.IReadOnlyDictionary`2
name: IReadOnlyDictionary
nameWithType: IReadOnlyDictionary
fullName: System.Collections.Generic.IReadOnlyDictionary
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IReadOnlyDictionary`2
name: IReadOnlyDictionary
nameWithType: IReadOnlyDictionary
fullName: System.Collections.Generic.IReadOnlyDictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IReadOnlyCollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}}
commentId: T:System.Collections.Generic.IReadOnlyCollection{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}}
parent: System.Collections.Generic
definition: System.Collections.Generic.IReadOnlyCollection`1
name: IReadOnlyCollection<KeyValuePair<Int32, List<FormattingCodeData>>>
nameWithType: IReadOnlyCollection<KeyValuePair<Int32, List<FormattingCodeData>>>
fullName: System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>
nameWithType.vb: IReadOnlyCollection(Of KeyValuePair(Of Int32, List(Of FormattingCodeData)))
fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)))
name.vb: IReadOnlyCollection(Of KeyValuePair(Of Int32, List(Of FormattingCodeData)))
spec.csharp:
- uid: System.Collections.Generic.IReadOnlyCollection`1
name: IReadOnlyCollection
nameWithType: IReadOnlyCollection
fullName: System.Collections.Generic.IReadOnlyCollection
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: '>'
nameWithType: '>'
fullName: '>'
- 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: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}}
commentId: T:System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}}
parent: System.Collections.Generic
definition: System.Collections.Generic.IEnumerable`1
name: IEnumerable<KeyValuePair<Int32, List<FormattingCodeData>>>
nameWithType: IEnumerable<KeyValuePair<Int32, List<FormattingCodeData>>>
fullName: System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>
nameWithType.vb: IEnumerable(Of KeyValuePair(Of Int32, List(Of FormattingCodeData)))
fullName.vb: System.Collections.Generic.IEnumerable(Of System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)))
name.vb: IEnumerable(Of KeyValuePair(Of Int32, List(Of FormattingCodeData)))
spec.csharp:
- uid: System.Collections.Generic.IEnumerable`1
name: IEnumerable
nameWithType: IEnumerable
fullName: System.Collections.Generic.IEnumerable
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: '>'
nameWithType: '>'
fullName: '>'
- 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: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.IDictionary
commentId: T:System.Collections.IDictionary
parent: System.Collections
isExternal: true
name: IDictionary
nameWithType: IDictionary
fullName: System.Collections.IDictionary
- 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.Runtime.Serialization.IDeserializationCallback
commentId: T:System.Runtime.Serialization.IDeserializationCallback
parent: System.Runtime.Serialization
isExternal: true
name: IDeserializationCallback
nameWithType: IDeserializationCallback
fullName: System.Runtime.Serialization.IDeserializationCallback
- uid: System.Runtime.Serialization.ISerializable
commentId: T:System.Runtime.Serialization.ISerializable
parent: System.Runtime.Serialization
isExternal: true
name: ISerializable
nameWithType: ISerializable
fullName: System.Runtime.Serialization.ISerializable
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#get_Item(System.Object)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#get_Item(System.Object)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object)
name: IDictionary.get_Item(Object)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.get_Item(Object)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.get_Item(System.Object)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.get_Item(Object)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.get_Item(System.Object)
name.vb: System.Collections.IDictionary.get_Item(Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object)
name: IDictionary.get_Item
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.get_Item
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.get_Item
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.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object)
name: System.Collections.IDictionary.get_Item
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.get_Item
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.get_Item
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#set_Item(System.Object,System.Object)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#set_Item(System.Object,System.Object)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)
name: IDictionary.set_Item(Object, Object)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.set_Item(Object, Object)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.set_Item(Object, Object)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.set_Item(System.Object, System.Object)
name.vb: System.Collections.IDictionary.set_Item(Object, Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)
name: IDictionary.set_Item
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.set_Item
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.set_Item
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.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)
name: System.Collections.IDictionary.set_Item
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.set_Item
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.set_Item
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.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Add(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData})
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Add(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData})
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.Add(`0,`1)
name: Add(Int32, List<FormattingCodeData>)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Add(Int32, List<FormattingCodeData>)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Add(System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Add(Int32, List(Of FormattingCodeData))
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Add(System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))
name.vb: Add(Int32, List(Of FormattingCodeData))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.Add(`0,`1)
name: Add
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Add
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Add
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.Add(`0,`1)
name: Add
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).Add
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Add
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Clear
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Clear
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.Clear
name: Clear()
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Clear()
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Clear()
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Clear()
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Clear()
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.Clear
name: Clear
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Clear
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Clear
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.Clear
name: Clear
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).Clear
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Clear
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsKey(System.Int32)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsKey(System.Int32)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.ContainsKey(`0)
name: ContainsKey(Int32)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ContainsKey(Int32)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.ContainsKey(System.Int32)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).ContainsKey(Int32)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).ContainsKey(System.Int32)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.ContainsKey(`0)
name: ContainsKey
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ContainsKey
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.ContainsKey
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.Dictionary`2.ContainsKey(`0)
name: ContainsKey
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).ContainsKey
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).ContainsKey
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsValue(System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData})
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.ContainsValue(System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData})
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.ContainsValue(`1)
name: ContainsValue(List<FormattingCodeData>)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ContainsValue(List<FormattingCodeData>)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.ContainsValue(System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).ContainsValue(List(Of FormattingCodeData))
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).ContainsValue(System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))
name.vb: ContainsValue(List(Of FormattingCodeData))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.ContainsValue(`1)
name: ContainsValue
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ContainsValue
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.ContainsValue
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.ContainsValue(`1)
name: ContainsValue
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).ContainsValue
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).ContainsValue
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetEnumerator
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetEnumerator
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.GetEnumerator
name: GetEnumerator()
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.GetEnumerator()
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.GetEnumerator()
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).GetEnumerator()
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.GetEnumerator
name: GetEnumerator
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.GetEnumerator
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.GetEnumerator
name: GetEnumerator
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).GetEnumerator
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
name: GetObjectData(SerializationInfo, StreamingContext)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.GetObjectData(SerializationInfo, StreamingContext)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).GetObjectData(SerializationInfo, StreamingContext)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
name: GetObjectData
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.GetObjectData
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.GetObjectData
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Runtime.Serialization.SerializationInfo
name: SerializationInfo
nameWithType: SerializationInfo
fullName: System.Runtime.Serialization.SerializationInfo
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Runtime.Serialization.StreamingContext
name: StreamingContext
nameWithType: StreamingContext
fullName: System.Runtime.Serialization.StreamingContext
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
name: GetObjectData
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).GetObjectData
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).GetObjectData
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Runtime.Serialization.SerializationInfo
name: SerializationInfo
nameWithType: SerializationInfo
fullName: System.Runtime.Serialization.SerializationInfo
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Runtime.Serialization.StreamingContext
name: StreamingContext
nameWithType: StreamingContext
fullName: System.Runtime.Serialization.StreamingContext
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.OnDeserialization(System.Object)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.OnDeserialization(System.Object)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object)
name: OnDeserialization(Object)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.OnDeserialization(Object)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.OnDeserialization(System.Object)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).OnDeserialization(Object)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).OnDeserialization(System.Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object)
name: OnDeserialization
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.OnDeserialization
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.OnDeserialization
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.Dictionary`2.OnDeserialization(System.Object)
name: OnDeserialization
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).OnDeserialization
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).OnDeserialization
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Remove(System.Int32)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Remove(System.Int32)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.Remove(`0)
name: Remove(Int32)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Remove(Int32)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Remove(System.Int32)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Remove(Int32)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Remove(System.Int32)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.Remove(`0)
name: Remove
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Remove
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Remove
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.Dictionary`2.Remove(`0)
name: Remove
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).Remove
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Remove
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}})
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}})
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1})
name: ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Add(KeyValuePair<Int32, List<FormattingCodeData>>)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Add(KeyValuePair<Int32, List<FormattingCodeData>>)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>.Add(System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(KeyValuePair(Of Int32, List(Of FormattingCodeData)))
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)))
name.vb: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(KeyValuePair(Of Int32, List(Of FormattingCodeData)))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1})
name: ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Add
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Add
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>.Add
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1})
name: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}})
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}})
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1})
name: ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Contains(KeyValuePair<Int32, List<FormattingCodeData>>)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Contains(KeyValuePair<Int32, List<FormattingCodeData>>)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>.Contains(System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(KeyValuePair(Of Int32, List(Of FormattingCodeData)))
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)))
name.vb: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(KeyValuePair(Of Int32, List(Of FormattingCodeData)))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1})
name: ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Contains
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Contains
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>.Contains
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1})
name: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}[],System.Int32)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}[],System.Int32)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)
name: ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.CopyTo(KeyValuePair<Int32, List<FormattingCodeData>>[], Int32)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.CopyTo(KeyValuePair<Int32, List<FormattingCodeData>>[], Int32)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>.CopyTo(System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>[], System.Int32)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(KeyValuePair(Of Int32, List(Of FormattingCodeData))(), Int32)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))(), System.Int32)
name.vb: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(KeyValuePair(Of Int32, List(Of FormattingCodeData))(), Int32)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)
name: ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.CopyTo
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.CopyTo
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>.CopyTo
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: '>'
nameWithType: '>'
fullName: '>'
- 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.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)
name: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- 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.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}})
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}})
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})
name: ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Remove(KeyValuePair<Int32, List<FormattingCodeData>>)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Remove(KeyValuePair<Int32, List<FormattingCodeData>>)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>.Remove(System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(KeyValuePair(Of Int32, List(Of FormattingCodeData)))
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)))
name.vb: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(KeyValuePair(Of Int32, List(Of FormattingCodeData)))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})
name: ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Remove
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.Remove
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>.Remove
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})
name: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: System.Int32
name: Int32
nameWithType: Int32
fullName: System.Int32
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Collections.Generic.List`1
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator
name: IEnumerable<KeyValuePair<Int32, List<FormattingCodeData>>>.GetEnumerator()
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IEnumerable<KeyValuePair<Int32, List<FormattingCodeData>>>.GetEnumerator()
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>.GetEnumerator()
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator()
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator()
name.vb: System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator
name: IEnumerable<KeyValuePair<Int32, List<FormattingCodeData>>>.GetEnumerator
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IEnumerable<KeyValuePair<Int32, List<FormattingCodeData>>>.GetEnumerator
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator
name: System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#CopyTo(System.Array,System.Int32)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#CopyTo(System.Array,System.Int32)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)
name: ICollection.CopyTo(Array, Int32)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection.CopyTo(Array, Int32)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.ICollection.CopyTo(Array, Int32)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.ICollection.CopyTo(System.Array, System.Int32)
name.vb: System.Collections.ICollection.CopyTo(Array, Int32)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)
name: ICollection.CopyTo
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection.CopyTo
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.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.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)
name: System.Collections.ICollection.CopyTo
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.ICollection.CopyTo
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).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.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Add(System.Object,System.Object)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Add(System.Object,System.Object)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)
name: IDictionary.Add(Object, Object)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.Add(Object, Object)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.Add(System.Object, System.Object)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Add(Object, Object)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Add(System.Object, System.Object)
name.vb: System.Collections.IDictionary.Add(Object, Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)
name: IDictionary.Add
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.Add
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.Add
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.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)
name: System.Collections.IDictionary.Add
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Add
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Add
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.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Contains(System.Object)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Contains(System.Object)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object)
name: IDictionary.Contains(Object)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.Contains(Object)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.Contains(System.Object)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Contains(Object)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Contains(System.Object)
name.vb: System.Collections.IDictionary.Contains(Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object)
name: IDictionary.Contains
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.Contains
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.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.Dictionary`2.System#Collections#IDictionary#Contains(System.Object)
name: System.Collections.IDictionary.Contains
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Contains
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.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.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#GetEnumerator
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#GetEnumerator
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator
name: IDictionary.GetEnumerator()
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.GetEnumerator()
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.GetEnumerator()
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.GetEnumerator()
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.GetEnumerator()
name.vb: System.Collections.IDictionary.GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator
name: IDictionary.GetEnumerator
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.GetEnumerator
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator
name: System.Collections.IDictionary.GetEnumerator
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.GetEnumerator
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Remove(System.Object)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Remove(System.Object)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object)
name: IDictionary.Remove(Object)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.Remove(Object)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.Remove(System.Object)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Remove(Object)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Remove(System.Object)
name.vb: System.Collections.IDictionary.Remove(Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object)
name: IDictionary.Remove
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.Remove
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.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.Dictionary`2.System#Collections#IDictionary#Remove(System.Object)
name: System.Collections.IDictionary.Remove
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Remove
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.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.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IEnumerable#GetEnumerator
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IEnumerable#GetEnumerator
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator
name: IEnumerable.GetEnumerator()
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IEnumerable.GetEnumerator()
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IEnumerable.GetEnumerator()
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IEnumerable.GetEnumerator()
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IEnumerable.GetEnumerator()
name.vb: System.Collections.IEnumerable.GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator
name: IEnumerable.GetEnumerator
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IEnumerable.GetEnumerator
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IEnumerable.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator
name: System.Collections.IEnumerable.GetEnumerator
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IEnumerable.GetEnumerator
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IEnumerable.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.TryGetValue(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}@)
commentId: M:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.TryGetValue(System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}@)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)
name: TryGetValue(Int32, List<FormattingCodeData>)
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.TryGetValue(Int32, List<FormattingCodeData>)
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.TryGetValue(System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>)
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).TryGetValue(Int32, List(Of FormattingCodeData))
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).TryGetValue(System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData))
name.vb: TryGetValue(Int32, List(Of FormattingCodeData))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)
name: TryGetValue
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.TryGetValue
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.TryGetValue
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: <
nameWithType: <
fullName: <
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)
name: TryGetValue
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).TryGetValue
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).TryGetValue
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
name: List
nameWithType: List
fullName: System.Collections.Generic.List
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- uid: MLEM.Formatting.FormattingCodeData
name: FormattingCodeData
nameWithType: FormattingCodeData
fullName: MLEM.Formatting.FormattingCodeData
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Comparer
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Comparer
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.Comparer
name: Comparer
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Comparer
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Comparer
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Comparer
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Comparer
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Count
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Count
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.Count
name: Count
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Count
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Count
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Count
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Count
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Item(System.Int32)
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Item(System.Int32)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.Item(`0)
name: Item[Int32]
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Item[Int32]
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Item[System.Int32]
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Item(Int32)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Item(System.Int32)
name.vb: Item(Int32)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.Item(`0)
name: Item
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Item
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.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.Dictionary`2.Item(`0)
name: Item
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).Item
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).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.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Keys
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Keys
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.Keys
name: Keys
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Keys
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Keys
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Keys
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Keys
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly
name: ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.IsReadOnly
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection<KeyValuePair<Int32, List<FormattingCodeData>>>.IsReadOnly
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>>.IsReadOnly
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly
name.vb: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Keys
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Keys
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Keys
name: IDictionary<Int32, List<FormattingCodeData>>.Keys
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary<Int32, List<FormattingCodeData>>.Keys
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.IDictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Keys
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IDictionary<TKey,TValue>.Keys
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IDictionary<TKey,TValue>.Keys
name.vb: System.Collections.Generic.IDictionary<TKey,TValue>.Keys
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Values
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IDictionary{TKey,TValue}#Values
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Values
name: IDictionary<Int32, List<FormattingCodeData>>.Values
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary<Int32, List<FormattingCodeData>>.Values
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.IDictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Values
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IDictionary<TKey,TValue>.Values
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IDictionary<TKey,TValue>.Values
name.vb: System.Collections.Generic.IDictionary<TKey,TValue>.Values
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys
name: IReadOnlyDictionary<Int32, List<FormattingCodeData>>.Keys
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IReadOnlyDictionary<Int32, List<FormattingCodeData>>.Keys
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.IReadOnlyDictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Keys
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys
name.vb: System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values
name: IReadOnlyDictionary<Int32, List<FormattingCodeData>>.Values
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IReadOnlyDictionary<Int32, List<FormattingCodeData>>.Values
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.Generic.IReadOnlyDictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Values
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Values
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Values
name.vb: System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Values
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#IsSynchronized
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#IsSynchronized
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#IsSynchronized
name: ICollection.IsSynchronized
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection.IsSynchronized
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.ICollection.IsSynchronized
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.ICollection.IsSynchronized
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.ICollection.IsSynchronized
name.vb: System.Collections.ICollection.IsSynchronized
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#SyncRoot
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#ICollection#SyncRoot
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#SyncRoot
name: ICollection.SyncRoot
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.ICollection.SyncRoot
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.ICollection.SyncRoot
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.ICollection.SyncRoot
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.ICollection.SyncRoot
name.vb: System.Collections.ICollection.SyncRoot
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsFixedSize
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsFixedSize
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsFixedSize
name: IDictionary.IsFixedSize
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.IsFixedSize
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.IsFixedSize
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.IsFixedSize
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.IsFixedSize
name.vb: System.Collections.IDictionary.IsFixedSize
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsReadOnly
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#IsReadOnly
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsReadOnly
name: IDictionary.IsReadOnly
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.IsReadOnly
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.IsReadOnly
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.IsReadOnly
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.IsReadOnly
name.vb: System.Collections.IDictionary.IsReadOnly
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Item(System.Object)
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Item(System.Object)
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object)
name: IDictionary.Item[Object]
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.Item[Object]
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.Item[System.Object]
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Item(Object)
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Item(System.Object)
name.vb: System.Collections.IDictionary.Item(Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object)
name: IDictionary.Item
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.Item
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.Item
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.Dictionary`2.System#Collections#IDictionary#Item(System.Object)
name: System.Collections.IDictionary.Item
nameWithType: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Item
fullName: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Item
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Keys
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Keys
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Keys
name: IDictionary.Keys
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.Keys
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.Keys
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Keys
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Keys
name.vb: System.Collections.IDictionary.Keys
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Values
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.System#Collections#IDictionary#Values
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Values
name: IDictionary.Values
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.IDictionary.Values
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.System.Collections.IDictionary.Values
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).System.Collections.IDictionary.Values
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).System.Collections.IDictionary.Values
name.vb: System.Collections.IDictionary.Values
- uid: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Values
commentId: P:System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}.Values
parent: System.Collections.Generic.Dictionary{System.Int32,System.Collections.Generic.List{MLEM.Formatting.FormattingCodeData}}
definition: System.Collections.Generic.Dictionary`2.Values
name: Values
nameWithType: Dictionary<Int32, List<FormattingCodeData>>.Values
fullName: System.Collections.Generic.Dictionary<System.Int32, System.Collections.Generic.List<MLEM.Formatting.FormattingCodeData>>.Values
nameWithType.vb: Dictionary(Of Int32, List(Of FormattingCodeData)).Values
fullName.vb: System.Collections.Generic.Dictionary(Of System.Int32, System.Collections.Generic.List(Of MLEM.Formatting.FormattingCodeData)).Values
- 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: true
name: System
nameWithType: System
fullName: System
- uid: System.Collections.Generic.Dictionary`2
commentId: T:System.Collections.Generic.Dictionary`2
isExternal: true
name: Dictionary<TKey, TValue>
nameWithType: Dictionary<TKey, TValue>
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
nameWithType.vb: Dictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
name.vb: Dictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2
name: Dictionary
nameWithType: Dictionary
fullName: System.Collections.Generic.Dictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic
commentId: N:System.Collections.Generic
isExternal: true
name: System.Collections.Generic
nameWithType: System.Collections.Generic
fullName: System.Collections.Generic
- uid: System.Collections.Generic.IDictionary`2
commentId: T:System.Collections.Generic.IDictionary`2
isExternal: true
name: IDictionary<TKey, TValue>
nameWithType: IDictionary<TKey, TValue>
fullName: System.Collections.Generic.IDictionary<TKey, TValue>
nameWithType.vb: IDictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.IDictionary(Of TKey, TValue)
name.vb: IDictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.IDictionary`2
name: IDictionary
nameWithType: IDictionary
fullName: System.Collections.Generic.IDictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IDictionary`2
name: IDictionary
nameWithType: IDictionary
fullName: System.Collections.Generic.IDictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- 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.IReadOnlyDictionary`2
commentId: T:System.Collections.Generic.IReadOnlyDictionary`2
isExternal: true
name: IReadOnlyDictionary<TKey, TValue>
nameWithType: IReadOnlyDictionary<TKey, TValue>
fullName: System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
nameWithType.vb: IReadOnlyDictionary(Of TKey, TValue)
fullName.vb: System.Collections.Generic.IReadOnlyDictionary(Of TKey, TValue)
name.vb: IReadOnlyDictionary(Of TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.IReadOnlyDictionary`2
name: IReadOnlyDictionary
nameWithType: IReadOnlyDictionary
fullName: System.Collections.Generic.IReadOnlyDictionary
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: '>'
nameWithType: '>'
fullName: '>'
spec.vb:
- uid: System.Collections.Generic.IReadOnlyDictionary`2
name: IReadOnlyDictionary
nameWithType: IReadOnlyDictionary
fullName: System.Collections.Generic.IReadOnlyDictionary
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- 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: true
name: System.Collections
nameWithType: System.Collections
fullName: System.Collections
- uid: System.Runtime.Serialization
commentId: N:System.Runtime.Serialization
isExternal: true
name: System.Runtime.Serialization
nameWithType: System.Runtime.Serialization
fullName: System.Runtime.Serialization
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object)
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object)
isExternal: true
name: IDictionary.get_Item(Object)
nameWithType: Dictionary<TKey, TValue>.IDictionary.get_Item(Object)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.get_Item(System.Object)
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.get_Item(Object)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.get_Item(System.Object)
name.vb: System.Collections.IDictionary.get_Item(Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object)
name: IDictionary.get_Item
nameWithType: Dictionary<TKey, TValue>.IDictionary.get_Item
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.get_Item
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.Dictionary`2.System#Collections#IDictionary#get_Item(System.Object)
name: System.Collections.IDictionary.get_Item
nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.get_Item
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.get_Item
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)
isExternal: true
name: IDictionary.set_Item(Object, Object)
nameWithType: Dictionary<TKey, TValue>.IDictionary.set_Item(Object, Object)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.set_Item(System.Object, System.Object)
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.set_Item(Object, Object)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.set_Item(System.Object, System.Object)
name.vb: System.Collections.IDictionary.set_Item(Object, Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)
name: IDictionary.set_Item
nameWithType: Dictionary<TKey, TValue>.IDictionary.set_Item
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.set_Item
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.Collections.Generic.Dictionary`2.System#Collections#IDictionary#set_Item(System.Object,System.Object)
name: System.Collections.IDictionary.set_Item
nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.set_Item
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.set_Item
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.Collections.Generic.Dictionary`2.Add(`0,`1)
commentId: M:System.Collections.Generic.Dictionary`2.Add(`0,`1)
isExternal: true
name: Add(TKey, TValue)
nameWithType: Dictionary<TKey, TValue>.Add(TKey, TValue)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Add(TKey, TValue)
nameWithType.vb: Dictionary(Of TKey, TValue).Add(TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Add(TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.Add(`0,`1)
name: Add
nameWithType: Dictionary<TKey, TValue>.Add
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Add
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.Add(`0,`1)
name: Add
nameWithType: Dictionary(Of TKey, TValue).Add
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).Add
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.Clear
commentId: M:System.Collections.Generic.Dictionary`2.Clear
isExternal: true
name: Clear()
nameWithType: Dictionary<TKey, TValue>.Clear()
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Clear()
nameWithType.vb: Dictionary(Of TKey, TValue).Clear()
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Clear()
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.Clear
name: Clear
nameWithType: Dictionary<TKey, TValue>.Clear
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Clear
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.Clear
name: Clear
nameWithType: Dictionary(Of TKey, TValue).Clear
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).Clear
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.ContainsKey(`0)
commentId: M:System.Collections.Generic.Dictionary`2.ContainsKey(`0)
isExternal: true
name: ContainsKey(TKey)
nameWithType: Dictionary<TKey, TValue>.ContainsKey(TKey)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.ContainsKey(TKey)
nameWithType.vb: Dictionary(Of TKey, TValue).ContainsKey(TKey)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).ContainsKey(TKey)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.ContainsKey(`0)
name: ContainsKey
nameWithType: Dictionary<TKey, TValue>.ContainsKey
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.ContainsKey
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: TKey
nameWithType: TKey
fullName: TKey
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.ContainsKey(`0)
name: ContainsKey
nameWithType: Dictionary(Of TKey, TValue).ContainsKey
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).ContainsKey
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: TKey
nameWithType: TKey
fullName: TKey
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.ContainsValue(`1)
commentId: M:System.Collections.Generic.Dictionary`2.ContainsValue(`1)
isExternal: true
name: ContainsValue(TValue)
nameWithType: Dictionary<TKey, TValue>.ContainsValue(TValue)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.ContainsValue(TValue)
nameWithType.vb: Dictionary(Of TKey, TValue).ContainsValue(TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).ContainsValue(TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.ContainsValue(`1)
name: ContainsValue
nameWithType: Dictionary<TKey, TValue>.ContainsValue
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.ContainsValue
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.ContainsValue(`1)
name: ContainsValue
nameWithType: Dictionary(Of TKey, TValue).ContainsValue
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).ContainsValue
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.GetEnumerator
commentId: M:System.Collections.Generic.Dictionary`2.GetEnumerator
isExternal: true
name: GetEnumerator()
nameWithType: Dictionary<TKey, TValue>.GetEnumerator()
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.GetEnumerator()
nameWithType.vb: Dictionary(Of TKey, TValue).GetEnumerator()
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.GetEnumerator
name: GetEnumerator
nameWithType: Dictionary<TKey, TValue>.GetEnumerator
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.GetEnumerator
name: GetEnumerator
nameWithType: Dictionary(Of TKey, TValue).GetEnumerator
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
commentId: M:System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
isExternal: true
name: GetObjectData(SerializationInfo, StreamingContext)
nameWithType: Dictionary<TKey, TValue>.GetObjectData(SerializationInfo, StreamingContext)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
nameWithType.vb: Dictionary(Of TKey, TValue).GetObjectData(SerializationInfo, StreamingContext)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
name: GetObjectData
nameWithType: Dictionary<TKey, TValue>.GetObjectData
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.GetObjectData
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Runtime.Serialization.SerializationInfo
name: SerializationInfo
nameWithType: SerializationInfo
fullName: System.Runtime.Serialization.SerializationInfo
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Runtime.Serialization.StreamingContext
name: StreamingContext
nameWithType: StreamingContext
fullName: System.Runtime.Serialization.StreamingContext
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
name: GetObjectData
nameWithType: Dictionary(Of TKey, TValue).GetObjectData
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).GetObjectData
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Runtime.Serialization.SerializationInfo
name: SerializationInfo
nameWithType: SerializationInfo
fullName: System.Runtime.Serialization.SerializationInfo
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Runtime.Serialization.StreamingContext
name: StreamingContext
nameWithType: StreamingContext
fullName: System.Runtime.Serialization.StreamingContext
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object)
commentId: M:System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object)
isExternal: true
name: OnDeserialization(Object)
nameWithType: Dictionary<TKey, TValue>.OnDeserialization(Object)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.OnDeserialization(System.Object)
nameWithType.vb: Dictionary(Of TKey, TValue).OnDeserialization(Object)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).OnDeserialization(System.Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.OnDeserialization(System.Object)
name: OnDeserialization
nameWithType: Dictionary<TKey, TValue>.OnDeserialization
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.OnDeserialization
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.Dictionary`2.OnDeserialization(System.Object)
name: OnDeserialization
nameWithType: Dictionary(Of TKey, TValue).OnDeserialization
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).OnDeserialization
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.Remove(`0)
commentId: M:System.Collections.Generic.Dictionary`2.Remove(`0)
isExternal: true
name: Remove(TKey)
nameWithType: Dictionary<TKey, TValue>.Remove(TKey)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Remove(TKey)
nameWithType.vb: Dictionary(Of TKey, TValue).Remove(TKey)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Remove(TKey)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.Remove(`0)
name: Remove
nameWithType: Dictionary<TKey, TValue>.Remove
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Remove
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: TKey
nameWithType: TKey
fullName: TKey
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.Remove(`0)
name: Remove
nameWithType: Dictionary(Of TKey, TValue).Remove
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).Remove
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: TKey
nameWithType: TKey
fullName: TKey
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1})
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1})
isExternal: true
name: ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue>)
nameWithType: Dictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.Add(KeyValuePair<TKey, TValue>)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Add(System.Collections.Generic.KeyValuePair<TKey, TValue>)
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(KeyValuePair(Of TKey, TValue))
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(System.Collections.Generic.KeyValuePair(Of TKey, TValue))
name.vb: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add(KeyValuePair(Of TKey, TValue))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1})
name: ICollection<KeyValuePair<TKey, TValue>>.Add
nameWithType: Dictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.Add
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Add
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Add(System.Collections.Generic.KeyValuePair{`0,`1})
name: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add
nameWithType: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Add
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1})
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1})
isExternal: true
name: ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue>)
nameWithType: Dictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.Contains(KeyValuePair<TKey, TValue>)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Contains(System.Collections.Generic.KeyValuePair<TKey, TValue>)
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(KeyValuePair(Of TKey, TValue))
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(System.Collections.Generic.KeyValuePair(Of TKey, TValue))
name.vb: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains(KeyValuePair(Of TKey, TValue))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1})
name: ICollection<KeyValuePair<TKey, TValue>>.Contains
nameWithType: Dictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.Contains
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Contains
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Contains(System.Collections.Generic.KeyValuePair{`0,`1})
name: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains
nameWithType: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Contains
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)
isExternal: true
name: ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[], Int32)
nameWithType: Dictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.CopyTo(KeyValuePair<TKey, TValue>[], Int32)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.CopyTo(System.Collections.Generic.KeyValuePair<TKey, TValue>[], System.Int32)
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(KeyValuePair(Of TKey, TValue)(), Int32)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(System.Collections.Generic.KeyValuePair(Of TKey, TValue)(), System.Int32)
name.vb: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo(KeyValuePair(Of TKey, TValue)(), Int32)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)
name: ICollection<KeyValuePair<TKey, TValue>>.CopyTo
nameWithType: Dictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.CopyTo
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.CopyTo
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: '>'
nameWithType: '>'
fullName: '>'
- 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.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#CopyTo(System.Collections.Generic.KeyValuePair{`0,`1}[],System.Int32)
name: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo
nameWithType: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.CopyTo
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
- 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.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})
isExternal: true
name: ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue>)
nameWithType: Dictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.Remove(KeyValuePair<TKey, TValue>)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Remove(System.Collections.Generic.KeyValuePair<TKey, TValue>)
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(KeyValuePair(Of TKey, TValue))
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(System.Collections.Generic.KeyValuePair(Of TKey, TValue))
name.vb: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove(KeyValuePair(Of TKey, TValue))
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})
name: ICollection<KeyValuePair<TKey, TValue>>.Remove
nameWithType: Dictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.Remove
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.Remove
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: <
nameWithType: <
fullName: <
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: '>'
nameWithType: '>'
fullName: '>'
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#Remove(System.Collections.Generic.KeyValuePair{`0,`1})
name: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove
nameWithType: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Remove
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Collections.Generic.KeyValuePair`2
name: KeyValuePair
nameWithType: KeyValuePair
fullName: System.Collections.Generic.KeyValuePair
isExternal: true
- name: '(Of '
nameWithType: '(Of '
fullName: '(Of '
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator
isExternal: true
name: IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator()
nameWithType: Dictionary<TKey, TValue>.IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator()
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>.GetEnumerator()
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator()
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator()
name.vb: System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator
name: IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator
nameWithType: Dictionary<TKey, TValue>.IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey, TValue>>.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IEnumerable{System#Collections#Generic#KeyValuePair{TKey,TValue}}#GetEnumerator
name: System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator
nameWithType: Dictionary(Of TKey, TValue).System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>>.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)
isExternal: true
name: ICollection.CopyTo(Array, Int32)
nameWithType: Dictionary<TKey, TValue>.ICollection.CopyTo(Array, Int32)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.ICollection.CopyTo(Array, Int32)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.ICollection.CopyTo(System.Array, System.Int32)
name.vb: System.Collections.ICollection.CopyTo(Array, Int32)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)
name: ICollection.CopyTo
nameWithType: Dictionary<TKey, TValue>.ICollection.CopyTo
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.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.Dictionary`2.System#Collections#ICollection#CopyTo(System.Array,System.Int32)
name: System.Collections.ICollection.CopyTo
nameWithType: Dictionary(Of TKey, TValue).System.Collections.ICollection.CopyTo
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).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.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)
isExternal: true
name: IDictionary.Add(Object, Object)
nameWithType: Dictionary<TKey, TValue>.IDictionary.Add(Object, Object)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Add(System.Object, System.Object)
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Add(Object, Object)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Add(System.Object, System.Object)
name.vb: System.Collections.IDictionary.Add(Object, Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)
name: IDictionary.Add
nameWithType: Dictionary<TKey, TValue>.IDictionary.Add
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Add
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.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Add(System.Object,System.Object)
name: System.Collections.IDictionary.Add
nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Add
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Add
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.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object)
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object)
isExternal: true
name: IDictionary.Contains(Object)
nameWithType: Dictionary<TKey, TValue>.IDictionary.Contains(Object)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Contains(System.Object)
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Contains(Object)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Contains(System.Object)
name.vb: System.Collections.IDictionary.Contains(Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Contains(System.Object)
name: IDictionary.Contains
nameWithType: Dictionary<TKey, TValue>.IDictionary.Contains
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.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.Dictionary`2.System#Collections#IDictionary#Contains(System.Object)
name: System.Collections.IDictionary.Contains
nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Contains
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.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.Dictionary`2.System#Collections#IDictionary#GetEnumerator
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator
isExternal: true
name: IDictionary.GetEnumerator()
nameWithType: Dictionary<TKey, TValue>.IDictionary.GetEnumerator()
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.GetEnumerator()
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.GetEnumerator()
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.GetEnumerator()
name.vb: System.Collections.IDictionary.GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator
name: IDictionary.GetEnumerator
nameWithType: Dictionary<TKey, TValue>.IDictionary.GetEnumerator
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#GetEnumerator
name: System.Collections.IDictionary.GetEnumerator
nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.GetEnumerator
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object)
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object)
isExternal: true
name: IDictionary.Remove(Object)
nameWithType: Dictionary<TKey, TValue>.IDictionary.Remove(Object)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Remove(System.Object)
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Remove(Object)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Remove(System.Object)
name.vb: System.Collections.IDictionary.Remove(Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Remove(System.Object)
name: IDictionary.Remove
nameWithType: Dictionary<TKey, TValue>.IDictionary.Remove
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.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.Dictionary`2.System#Collections#IDictionary#Remove(System.Object)
name: System.Collections.IDictionary.Remove
nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Remove
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.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.Dictionary`2.System#Collections#IEnumerable#GetEnumerator
commentId: M:System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator
isExternal: true
name: IEnumerable.GetEnumerator()
nameWithType: Dictionary<TKey, TValue>.IEnumerable.GetEnumerator()
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IEnumerable.GetEnumerator()
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator()
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator()
name.vb: System.Collections.IEnumerable.GetEnumerator()
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator
name: IEnumerable.GetEnumerator
nameWithType: Dictionary<TKey, TValue>.IEnumerable.GetEnumerator
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IEnumerable.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IEnumerable#GetEnumerator
name: System.Collections.IEnumerable.GetEnumerator
nameWithType: Dictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IEnumerable.GetEnumerator
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)
commentId: M:System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)
isExternal: true
name: TryGetValue(TKey, TValue)
nameWithType: Dictionary<TKey, TValue>.TryGetValue(TKey, TValue)
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.TryGetValue(TKey, TValue)
nameWithType.vb: Dictionary(Of TKey, TValue).TryGetValue(TKey, TValue)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).TryGetValue(TKey, TValue)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)
name: TryGetValue
nameWithType: Dictionary<TKey, TValue>.TryGetValue
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.TryGetValue
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.TryGetValue(`0,`1@)
name: TryGetValue
nameWithType: Dictionary(Of TKey, TValue).TryGetValue
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).TryGetValue
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ', '
nameWithType: ', '
fullName: ', '
- name: TValue
nameWithType: TValue
fullName: TValue
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.Comparer
commentId: P:System.Collections.Generic.Dictionary`2.Comparer
isExternal: true
name: Comparer
nameWithType: Dictionary<TKey, TValue>.Comparer
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Comparer
nameWithType.vb: Dictionary(Of TKey, TValue).Comparer
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Comparer
- uid: System.Collections.Generic.Dictionary`2.Count
commentId: P:System.Collections.Generic.Dictionary`2.Count
isExternal: true
name: Count
nameWithType: Dictionary<TKey, TValue>.Count
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Count
nameWithType.vb: Dictionary(Of TKey, TValue).Count
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Count
- uid: System.Collections.Generic.Dictionary`2.Item(`0)
commentId: P:System.Collections.Generic.Dictionary`2.Item(`0)
isExternal: true
name: Item[TKey]
nameWithType: Dictionary<TKey, TValue>.Item[TKey]
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Item[TKey]
nameWithType.vb: Dictionary(Of TKey, TValue).Item(TKey)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Item(TKey)
name.vb: Item(TKey)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.Item(`0)
name: Item
nameWithType: Dictionary<TKey, TValue>.Item
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Item
isExternal: true
- name: '['
nameWithType: '['
fullName: '['
- name: TKey
nameWithType: TKey
fullName: TKey
- name: ']'
nameWithType: ']'
fullName: ']'
spec.vb:
- uid: System.Collections.Generic.Dictionary`2.Item(`0)
name: Item
nameWithType: Dictionary(Of TKey, TValue).Item
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).Item
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: TKey
nameWithType: TKey
fullName: TKey
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.Keys
commentId: P:System.Collections.Generic.Dictionary`2.Keys
isExternal: true
name: Keys
nameWithType: Dictionary<TKey, TValue>.Keys
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Keys
nameWithType.vb: Dictionary(Of TKey, TValue).Keys
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Keys
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#Generic#ICollection{System#Collections#Generic#KeyValuePair{TKey,TValue}}#IsReadOnly
isExternal: true
name: ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly
nameWithType: Dictionary<TKey, TValue>.ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey, TValue>>.IsReadOnly
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly
name.vb: System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<TKey,TValue>>.IsReadOnly
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Keys
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Keys
isExternal: true
name: IDictionary<TKey, TValue>.Keys
nameWithType: Dictionary<TKey, TValue>.IDictionary<TKey, TValue>.Keys
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IDictionary<TKey, TValue>.Keys
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.IDictionary<TKey,TValue>.Keys
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IDictionary<TKey,TValue>.Keys
name.vb: System.Collections.Generic.IDictionary<TKey,TValue>.Keys
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Values
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#Generic#IDictionary{TKey,TValue}#Values
isExternal: true
name: IDictionary<TKey, TValue>.Values
nameWithType: Dictionary<TKey, TValue>.IDictionary<TKey, TValue>.Values
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IDictionary<TKey, TValue>.Values
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.IDictionary<TKey,TValue>.Values
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IDictionary<TKey,TValue>.Values
name.vb: System.Collections.Generic.IDictionary<TKey,TValue>.Values
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Keys
isExternal: true
name: IReadOnlyDictionary<TKey, TValue>.Keys
nameWithType: Dictionary<TKey, TValue>.IReadOnlyDictionary<TKey, TValue>.Keys
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.Keys
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys
name.vb: System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Keys
- uid: System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#Generic#IReadOnlyDictionary{TKey,TValue}#Values
isExternal: true
name: IReadOnlyDictionary<TKey, TValue>.Values
nameWithType: Dictionary<TKey, TValue>.IReadOnlyDictionary<TKey, TValue>.Values
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.Values
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Values
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Values
name.vb: System.Collections.Generic.IReadOnlyDictionary<TKey,TValue>.Values
- uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#IsSynchronized
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#ICollection#IsSynchronized
isExternal: true
name: ICollection.IsSynchronized
nameWithType: Dictionary<TKey, TValue>.ICollection.IsSynchronized
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.ICollection.IsSynchronized
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.ICollection.IsSynchronized
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.ICollection.IsSynchronized
name.vb: System.Collections.ICollection.IsSynchronized
- uid: System.Collections.Generic.Dictionary`2.System#Collections#ICollection#SyncRoot
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#ICollection#SyncRoot
isExternal: true
name: ICollection.SyncRoot
nameWithType: Dictionary<TKey, TValue>.ICollection.SyncRoot
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.ICollection.SyncRoot
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.ICollection.SyncRoot
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.ICollection.SyncRoot
name.vb: System.Collections.ICollection.SyncRoot
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsFixedSize
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsFixedSize
isExternal: true
name: IDictionary.IsFixedSize
nameWithType: Dictionary<TKey, TValue>.IDictionary.IsFixedSize
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.IsFixedSize
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.IsFixedSize
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.IsFixedSize
name.vb: System.Collections.IDictionary.IsFixedSize
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsReadOnly
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#IsReadOnly
isExternal: true
name: IDictionary.IsReadOnly
nameWithType: Dictionary<TKey, TValue>.IDictionary.IsReadOnly
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.IsReadOnly
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.IsReadOnly
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.IsReadOnly
name.vb: System.Collections.IDictionary.IsReadOnly
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object)
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object)
isExternal: true
name: IDictionary.Item[Object]
nameWithType: Dictionary<TKey, TValue>.IDictionary.Item[Object]
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Item[System.Object]
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Item(Object)
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Item(System.Object)
name.vb: System.Collections.IDictionary.Item(Object)
spec.csharp:
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Item(System.Object)
name: IDictionary.Item
nameWithType: Dictionary<TKey, TValue>.IDictionary.Item
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Item
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.Dictionary`2.System#Collections#IDictionary#Item(System.Object)
name: System.Collections.IDictionary.Item
nameWithType: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Item
fullName: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Item
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Keys
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Keys
isExternal: true
name: IDictionary.Keys
nameWithType: Dictionary<TKey, TValue>.IDictionary.Keys
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Keys
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Keys
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Keys
name.vb: System.Collections.IDictionary.Keys
- uid: System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Values
commentId: P:System.Collections.Generic.Dictionary`2.System#Collections#IDictionary#Values
isExternal: true
name: IDictionary.Values
nameWithType: Dictionary<TKey, TValue>.IDictionary.Values
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.System.Collections.IDictionary.Values
nameWithType.vb: Dictionary(Of TKey, TValue).System.Collections.IDictionary.Values
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).System.Collections.IDictionary.Values
name.vb: System.Collections.IDictionary.Values
- uid: System.Collections.Generic.Dictionary`2.Values
commentId: P:System.Collections.Generic.Dictionary`2.Values
isExternal: true
name: Values
nameWithType: Dictionary<TKey, TValue>.Values
fullName: System.Collections.Generic.Dictionary<TKey, TValue>.Values
nameWithType.vb: Dictionary(Of TKey, TValue).Values
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue).Values