|
|
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# |
|
|---|---|
public class ReadOnlyDictionary<T, U>
|
|
| Visual Basic (Declaration) |
|
|---|---|
Public Class ReadOnlyDictionary(Of T, U)
|
|
Type Parameters
- T
- U
The type exposes the following methods.
Public Methods
| Name | Description | |
|---|---|---|
|
|
Contains |
Returns true if this collection contains the given KeyValuePair.
|
|
|
ContainsKey |
Returns true if the dictionary contains the given key
|
|
|
CopyTo |
Copies
|
|
|
Equals | (Inherited from Object.) |
|
|
GetEnumerator |
Returns an enumerator for this dictionary
|
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
|
|
TryGetValue |
Tries to get a value from dictionary with the given key.
|
Protected Methods
| Name | Description | |
|---|---|---|
|
|
Finalize | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
|
ICollection<(Of <<'(KeyValuePair<(Of <<'(T, U>)>>)>)>>)..::..Clear |