StudyCrafterAssistant
Public Member Functions | Properties | List of all members
StudyCrafter.Assistant.Metrics.MetricResultsCollection Class Reference
Inheritance diagram for StudyCrafter.Assistant.Metrics.MetricResultsCollection:

Public Member Functions

void Add (string key, double value)
 
void Add (KeyValuePair< string, double > item)
 
void Clear ()
 
bool Contains (KeyValuePair< string, double > item)
 
bool ContainsKey (string key)
 
void CopyTo (KeyValuePair< string, double >[] array, int arrayIndex)
 
IEnumerator< KeyValuePair< string, double > > GetEnumerator ()
 
bool Remove (string key)
 
bool Remove (KeyValuePair< string, double > item)
 
bool TryGetValue (string key, out double value)
 

Properties

double this[string key] [get, set]
 
ICollection< string > Keys [get]
 
ICollection< double > Values [get]
 
int Count [get]
 
bool IsReadOnly [get]
 

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