Table of Contents

Struct TablePair

Namespace
MoonSharp.Interpreter
Assembly
Assembly-CSharp.dll
public struct TablePair
Inherited Members
Extension Methods

Constructors

TablePair(DynValue, DynValue)

public TablePair(DynValue key, DynValue val)

Parameters

key DynValue
val DynValue

Properties

Key

public DynValue Key { get; }

Property Value

DynValue

Nil

public static TablePair Nil { get; }

Property Value

TablePair

Value

public DynValue Value { get; set; }

Property Value

DynValue