IReadOnlyDictionaryT< TKey, TValue > Interface Reference

Read only dictionary interface. More...

List of all members.

Public Member Functions

bool ContainsKey (TKey key)
 Checks if a key is in the dictionary.

Properties

ICollection< TKey > Keys
 Keys collection.
ICollection< TValue > Values
 Values collection.
TValue this [TKey key]
 Accessor by key.


Detailed Description

Read only dictionary interface.

<typeparam name="TKey">keys type</typeparam> <typeparam name="TValue">values type</typeparam>


Member Function Documentation

bool ContainsKey TKey  key  ) 
 

Checks if a key is in the dictionary.

Parameters:
key key
Returns:
true if is, false - otherwise


Property Documentation

ICollection<TKey> Keys [get]
 

Keys collection.

ICollection<TValue> Values [get]
 

Values collection.

TValue this[TKey key] [get]
 

Accessor by key.

Parameters:
key key
Returns:
value


Generated on Sun May 28 08:45:06 2006 for Acmx.Common documentation by  doxygen 1.4.5