This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class CaseInsensitiveDictionary<T> |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class CaseInsensitiveDictionary(Of T) |
Type Parameters
- T
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Add | Overloaded. | |
Clear |
Clears the dictionary
|
|
Contains |
Returns true if the dictionary contains the given item
|
|
ContainsKey |
Returns true if the dictionary contains the given key.
|
|
CopyTo |
Copies the dictionary to the given array.
|
|
Equals | (Inherited from Object.) | |
GetEnumerator |
Returns an IEnumerator
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Remove | Overloaded. | |
ToString | (Inherited from Object.) | |
TryGetValue |
Tries to get the value with the given key
|
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |