Table of Contents

Class Table.VarHandleBase

Namespace
Luny
/
Assembly
Luny.dll
public abstract class Table.VarHandleBase
Expand Details ...
Inheritance
Object
Table.VarHandleBase
Derived

Constructors

VarHandleBase(Table, String, Boolean)

protected VarHandleBase(Table owner, String name, Boolean isConstant)

Parameters

Type Name Description
Table
owner
String
name
Boolean
isConstant

Fields

_isConstant

protected readonly Boolean _isConstant

Field Value

Boolean

_name

protected readonly String _name

Field Value

String

_owner

protected readonly Table _owner

Field Value

Table

Properties

IsConstant

public Boolean IsConstant { get; }

Property Value

Boolean

Name

public String Name { get; }

Property Value

String

Methods

As<T>(out VarHandle<T>)

public Boolean As<T>(out Table.VarHandle<T> result)

Parameters

Type Name Description
Table.VarHandle<T>
result

Returns

Boolean

Type Parameters

T

Cast<T>()

public Table.VarHandle<T> Cast<T>()

Returns

Table.VarHandle<T>

Type Parameters

T

Reset()

public abstract void Reset()