Was this page helpful?

ChunkedArray<T> Class

    Table of Contents
    public class ChunkedArray<T>
    Namespace: MindTouch.Collections
    Assembly: mindtouch.dream
    Type Hierarchy:
    • object
      • ChunkedArray<T>
    Implements:
    • IEnumerable<T>
    • IEnumerable
    Create an array with chunked internal storage to avoid large object allocations.

    Generic Parameters

    Parameter T

    Type of data to store in array.
    Constraints:
    none

    Members

    Constructors

    Visibility Description
    Public ChunkedArray(int length) Create a new instance.

    Properties

    Visibility Description
    Public Length Length of the array.
    Public ChunkCount Number of chunks used by the array.
    Public this[int index] Accessor for item in array.

    Methods

    Visibility Description
    Public ToString() (Inherited from Object)
    Public Equals(object obj) (Inherited from Object)
    Public GetHashCode() (Inherited from Object)
    Public GetType() (Inherited from Object)
    Protected MemberwiseClone() (Inherited from Object)
    Was this page helpful?
    Tag page
    You must login to post a comment.

    Copyright © 2011 MindTouch, Inc. Powered by