你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

InsensitiveDictionary<TValue> Class

Definition

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
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.

Applies to