|
|
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 members.
Public Constructors
| Name | Description | |
|---|---|---|
|
|
ReadOnlyDictionary<(Of <(<'T, U>)>)> |
Constructor
|
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.) |
Public Properties
| Name | Description | |
|---|---|---|
|
|
Count |
Returns the number of keys in this dictionary
|
|
|
IsReadOnly |
Always returns true
|
|
|
Item |
Indexer
|
|
|
Keys |
Returns the collecion of keys
|
|
|
Values |
Returns the collection of values
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
|
ICollection<(Of <<'(KeyValuePair<(Of <<'(T, U>)>>)>)>>)..::..Clear |