KeyValueStrings
UX friendly alternative alias of List<KeyValuePair<string, string>gt;
Assembly: ServiceStack.Text.dll
View Source
Declaration
public class KeyValueStrings : List<KeyValuePair<string, string>>, IList<KeyValuePair<string, string>>, ICollection<KeyValuePair<string, string>>, IList, ICollection, IReadOnlyList<KeyValuePair<string, string>>, IReadOnlyCollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IEnumerable
Methods
Create(String, String)
View Source
Declaration
public static KeyValuePair<string, string> Create(string key, string value)
Returns
System.Collections.Generic.KeyValuePair<System.String,System.String>
Parameters
Type | Name |
---|---|
System.String | key |
System.String | value |
Implements
System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<System.String,System.String>>
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.String>>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<System.Collections.Generic.KeyValuePair<System.String,System.String>>
System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String,System.String>>
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.String>>
System.Collections.IEnumerable