Share via


NamedValue Class

Definition

Class representing a single named value (name and value pair).

public sealed class NamedValue
type NamedValue = class
Public NotInheritable Class NamedValue
Inheritance
NamedValue

Constructors

NamedValue(String, LiteralToken)

Create a new NamedValue lookup given name and value.

Properties

Name

The name of the value. Or null if the name was not used for this value.

Value

The value - a literal.

Applies to