| VariableTableContents Property |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "P:Monkeyspeak.VariableTable.Contents"]
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public IReadOnlyDictionary<string, Object> Contents { get; }
Public ReadOnly Property Contents As IReadOnlyDictionary(Of String, Object)
Get
public:
property IReadOnlyDictionary<String^, Object^>^ Contents {
IReadOnlyDictionary<String^, Object^>^ get ();
}
member Contents : IReadOnlyDictionary<string, Object> with get
Property Value
Type:
IReadOnlyDictionaryString,
ObjectSee Also