ReorderableArray<T> Class

Namespace
Atavism
Interfaces
  • ICloneable
  • IList<T>
  • ICollection<T>
  • IEnumerable<T>
  • IEnumerable
Base Types
  • object
Derived Types
graph BT Type-->Base0["object"] Type-.->Interface0["ICloneable"] Type-.->Interface1["IList<T>"] Type-.->Interface2["ICollection<T>"] Type-.->Interface3["IEnumerable<T>"] Type-.->Interface4["IEnumerable"] Type["ReorderableArray<T>"] class Type type-node Derived0["TheTipList"]-->Type click Derived0 "/docs/client_api_10.4.0/api/Atavism/TheTipList" Derived1["TheSceneList"]-->Type click Derived1 "/docs/client_api_10.4.0/api/Atavism/TheSceneList"

Syntax

[Serializable]
public abstract class ReorderableArray<T> : ICloneable, IList<T>, ICollection<T>, IEnumerable<T>, 
    IEnumerable

Attributes

Type Description
SerializableAttribute

Type Parameters

Name Description
T

Constructors

Properties

Name Value Summary
Count int
IsReadOnly bool
Length int
this[int] T

Methods

Name Value Summary
Add(T) void
Clear() void
Clone() object
Contains(T) bool
CopyFrom(IEnumerable<T>) void
CopyTo(T[], int) void
GetEnumerator() IEnumerator<T>
IndexOf(T) int
Insert(int, T) void
Remove(T) bool
RemoveAt(int) void
ToArray() T[]

Extension Methods