Search Results for

    Show / Hide Table of Contents
    note

    VeloxDB is still in beta and APIs are subject to change. We are in the process of completing the documentation, so some sections may be incomplete or empty at this time.

    Class ReferenceArray

    Base Reference Array class, you should always use generic version ReferenceArray<T>

    Inheritance
    object
    ReferenceArray
    ReferenceArray<T>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: VeloxDB.ObjectInterface
    Assembly: vlxdb.dll
    Syntax
    public abstract class ReferenceArray

    Properties

    Count

    Gets the number of elements contained in the ReferenceArray.

    Declaration
    public abstract int Count { get; }
    Property Value
    Type Description
    int

    See Also

    ReferenceArray<T>
    In this article
    © 2025 Copyright: VeloxDB