InsensitiveDictionary<TValue> Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The insensitive version of dictionary.
C#
[Microsoft.Azure.Commands.ResourceManager.Cmdlets.Json.JsonPreserveCaseDictionary]
public class InsensitiveDictionary<TValue> : System.Collections.Generic.Dictionary<string,TValue>
[<Microsoft.Azure.Commands.ResourceManager.Cmdlets.Json.JsonPreserveCaseDictionary>]
type InsensitiveDictionary<'Value> = class
inherit Dictionary<string, 'Value>
Public Class InsensitiveDictionary(Of TValue)
Inherits Dictionary(Of String, TValue)
- TValue
The type of the value.
- Inheritance
-
Dictionary<String,TValue>InsensitiveDictionary<TValue>
- Attributes
Insensitive |
Initializes a new instance of the InsensitiveDictionary<TValue> class. |
Insensitive |
Initializes a new instance of the InsensitiveDictionary<TValue> class. |
Insensitive |
Initializes a new instance of the InsensitiveDictionary<TValue> class. |
Empty |
The empty dictionary. |
Produit | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |