Table of Contents

Class AnonWrapper<T>

Namespace
MoonSharp.Interpreter.Interop
Assembly
Assembly-CSharp.dll
public class AnonWrapper<T> : AnonWrapper

Type Parameters

T
Inheritance
AnonWrapper<T>
Inherited Members
Extension Methods

Constructors

AnonWrapper()

public AnonWrapper()

AnonWrapper(T)

public AnonWrapper(T o)

Parameters

o T

Properties

Value

public T Value { get; set; }

Property Value

T