Table of Contents

Class Variable

Namespace
TeaPie.Variables
Assembly
TeaPie.dll
public class Variable
Inheritance
Variable
Inherited Members
Extension Methods

Constructors

Variable(string, object?, params string[])

public Variable(string name, object? value, params string[] tags)

Parameters

name string
value object
tags string[]

Properties

Name

public string Name { get; set; }

Property Value

string

Methods

GetValue<T>()

public T? GetValue<T>()

Returns

T

Type Parameters

T