Visual Basic (Declaration) | |
---|---|
Public Modules As Dictionary(Of String,Module) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MibNodes Dim value As Dictionary(Of String,Module) value = instance.Modules instance.Modules = value |
C# | |
---|---|
public Dictionary<string,Module> Modules |
Managed Extensions for C++ | |
---|---|
public: Dictionary<string*,Module*>* Modules |
C++/CLI | |
---|---|
public: Dictionary<String^,Module^>^ Modules |
Use the module name as the key to lookup the Module object. The dictionary is cleared when Reset is used.
Target Platforms: Microsoft .NET Framework 2.0