Table of Contents

Class NameValue<T>

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.

Value

Gets and sets the content that the Name property value identifies.