AP&C API Reference
Public Member Functions | Protected Member Functions | List of all members
Apac.Collections.KeyedCollection< TKey, TItem > Class Template Reference

A collection class that adds some helpful features to OM.KeyedCollection<TKey,TItem> including XML serialization. More...

Inheritance diagram for Apac.Collections.KeyedCollection< TKey, TItem >:

Public Member Functions

 KeyedCollection (GetKeyHandler getKey)
 
 KeyedCollection (SerializationInfo info, StreamingContext context)
 
delegate TKey GetKeyHandler (TItem item)
 
void GetObjectData (SerializationInfo info, StreamingContext context)
 

Protected Member Functions

override TKey GetKeyForItem (TItem item)
 

Detailed Description

A collection class that adds some helpful features to OM.KeyedCollection<TKey,TItem> including XML serialization.

Template Parameters
TKeyThe type of objects used for the keys.
TItemThe type of objects used in the values.

The documentation for this class was generated from the following file: