Class NameValue
Can be used to store Name/Value (or Key/Value) pairs.
public class NameValue : NameValue<string>
- Inheritance
-
NameValue
- Inherited Members
- Extension Methods
Constructors
NameValue()
public NameValue()
NameValue(string, string)
public NameValue(string name, string value)