Show / Hide Table of Contents

Class Reorderable<T>

Inheritance
System.Object
ReorderableBase
Reorderable<T>
ReorderableGameObject
ReorderableTransform
Namespace: ShadowBox.Types
Assembly: cs.temp.dll.dll
Syntax
public class Reorderable<T> : ReorderableBase
Type Parameters
Name Description
T

Fields

Collection

Declaration
public T[] Collection
Field Value
Type Description
T[]

Properties

Item[Int32]

Declaration
public T this[int i] { get; set; }
Parameters
Type Name Description
System.Int32 i
Property Value
Type Description
T

Length

Declaration
public int Length { get; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX