Click or drag to resize
ArrayX Class
Inheritance Hierarchy
SystemObject
  CandlelightArrayX

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static class ArrayX

The ArrayX type exposes the following members.

Methods
  NameDescription
Public methodStatic memberPopulateT
Populate the specified array with the given value.
Public methodStatic memberResizeT(ListT, Int32)
Add or remove elements to or from list until it has size elements.
Public methodStatic memberResizeT(ListT, Int32, ArrayXAddItemCallbackT, ArrayXRemoveItemCallbackT)
Add or remove elements to or from list until it has size elements.
Public methodStatic memberScrollArrayIndex
Scrolls the index of the array to wrap on ends.
Public methodStatic memberShuffleT
Perform a Fisher-Yates shuffle on the specified array.
Public methodStatic memberSortTypesHierarchically
Sorts a list of types hierarchically.
Top
See Also