dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class
Fields Properties Methods

In This Topic
    UniArray Class Members
    In This Topic

    The following tables list the members exposed by UniArray.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the UniArray class.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents a null value of an UniArray object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the UniConnection used by this instance of the UniArray.  
    Public PropertyGets the number of elements contained in the UniArray.  
    Public PropertyGets the type of array elements.  
    Public PropertyGets a value indicating whether the UniArray has a fixed size.  
    Public PropertyIndicates whether or not the UniArray represents a null value.  
    Public PropertyGets a value indicating whether the UniArray is read-only.  
    Public PropertyGets a value indicating whether access to the UniArray is synchronized (thread-safe).  
    Public PropertyGets or sets the array element at the specified index.  
    Public PropertyGets an object that can be used to synchronize access to the UniArray.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified object to the end of the UniArray.  
    Public MethodRemoves all elements from the UniArray.  
    Public MethodCreates a copy of an UniArray object.  
    Public MethodDetermines whether an element is in the UniArray.  
    Public MethodCopies the entire UniArray to a compatible System.Array starting at the specified index.  
    Public MethodReleases all resources allocated by this object.  
    Public MethodReturns an enumerator for the UniArray.  
    Public MethodGets the location of the specified element in UniArray.  
    Public MethodInserts the specified System.Object to the UniArray at the specified index.  
    Public MethodRemoves the specified element from the UniArray.  
    Public MethodRemoves the element at the specified index from the UniArray.  
    Top
    See Also