public class ResultDictionary : Dictionary<string, Result>
Public Class ResultDictionary Inherits Dictionary(Of String, Result)
public ref class ResultDictionary : public Dictionary<String^, Result^>
type ResultDictionary = class inherit Dictionary<string, Result> end
The ResultDictionary Type exposes the following members.
Copyright © 2012-2025 Erik Nagel