Click or drag to resize

ResultDictionary class

Typed list of results.
Inheritance hierarchy
SystemObject
  System.Collections.GenericDictionaryString, Result
    Vishnu.InterchangeResultDictionary

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class ResultDictionary : Dictionary<string, Result>

The ResultDictionary Type exposes the following members.

Constructors
 NameDescription of the
Public MethodResultDictionary Standard constructor. Dictionary<string, Result>.
Back to the top
See also