[SerializableAttribute]
public sealed class StringMap : IDictionary<string, string>,
ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>,
IEnumerable, IJSONWritable
[SerializableAttribute]
public sealed class StringMap : IDictionary<string, string>,
ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>,
IEnumerable, IJSONWritable
<SerializableAttribute>
Public NotInheritable Class StringMap
Implements IDictionary(Of String, String),
ICollection(Of KeyValuePair(Of String, String)), IEnumerable(Of KeyValuePair(Of String, String)),
IEnumerable, IJSONWritable
<SerializableAttribute>
Public NotInheritable Class StringMap
Implements IDictionary(Of String, String),
ICollection(Of KeyValuePair(Of String, String)), IEnumerable(Of KeyValuePair(Of String, String)),
IEnumerable, IJSONWritable
[SerializableAttribute]
public ref class StringMap sealed : IDictionary<String^, String^>,
ICollection<KeyValuePair<String^, String^>>, IEnumerable<KeyValuePair<String^, String^>>,
IEnumerable, IJSONWritable
[SerializableAttribute]
public ref class StringMap sealed : IDictionary<String^, String^>,
ICollection<KeyValuePair<String^, String^>>, IEnumerable<KeyValuePair<String^, String^>>,
IEnumerable, IJSONWritable
[<SealedAttribute>]
[<SerializableAttribute>]
type StringMap =
class
interface IDictionary<string, string>
interface ICollection<KeyValuePair<string, string>>
interface IEnumerable<KeyValuePair<string, string>>
interface IEnumerable
interface IJSONWritable
end
[<SealedAttribute>]
[<SerializableAttribute>]
type StringMap =
class
interface IDictionary<string, string>
interface ICollection<KeyValuePair<string, string>>
interface IEnumerable<KeyValuePair<string, string>>
interface IEnumerable
interface IJSONWritable
end