Table of Contents

Constructor NameValue

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

NameValue(string, T)

Initializes a new instance of the NameValue<T> class.

public NameValue(string name, T value)

Parameters

name string

A string that contains the name of the value.

value T

An object that contains the content that the name identifies.