dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniArray Class

In This Topic
UniArray Class Methods
In This Topic

For a list of all members of this type, see UniArray members.

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