Table of Contents

Class CxFastListNode<T>

Namespace
Alis.Core.Physic.Common.TextureTools
Assembly
Alis.dll

The cx fast list node class

internal class CxFastListNode<T>

Type Parameters

T

Inheritance

Inherited Members

Constructors

CxFastListNode(T)

Initializes a new instance of the class

public CxFastListNode(T obj)

Parameters

obj T

The obj

Fields

_elt

The elt

internal T _elt

Field Value

T

_next

The next

internal CxFastListNode<T> _next

Field Value

CxFastListNode<T>

Methods

Elem()

Elems this instance

public T Elem()

Returns

T

The

Next()

Nexts this instance

public CxFastListNode<T> Next()

Returns

CxFastListNode<T>

A cx fast list node of t