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