public Dictionary<string, string> Attributes { get; }Public ReadOnly Property Attributes As Dictionary(Of String, String)
Getpublic:
property Dictionary<String^, String^>^ Attributes {
Dictionary<String^, String^>^ get ();
}member Attributes : Dictionary<string, string> with get