InsensitiveDictionary<TValue> Class
Definition
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.
[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)
Type Parameters
- TValue
The type of the value.
- Inheritance
-
Dictionary<String,TValue>InsensitiveDictionary<TValue>
- Attributes
Constructors
InsensitiveDictionary<TValue>() |
Initializes a new instance of the InsensitiveDictionary<TValue> class. |
InsensitiveDictionary<TValue>(IDictionary<String,TValue>) |
Initializes a new instance of the InsensitiveDictionary<TValue> class. |
InsensitiveDictionary<TValue>(Int32) |
Initializes a new instance of the InsensitiveDictionary<TValue> class. |
Fields
Empty |
The empty dictionary. |