Class NameValue<T>
Represents a named value.
public class NameValue<T>
Type Parameters
T
Type of the value.
- Inheritance
-
NameValue<T>
Constructors
- NameValue(string, T)
Initializes a new instance of the NameValue<T> class.
Properties
- Name
Gets or sets the name of the value.