Name | Description | |
---|---|---|
UniArray Constructor | Overloaded. Initializes a new instance of the UniArray class. |
The following tables list the members exposed by UniArray.
Name | Description | |
---|---|---|
UniArray Constructor | Overloaded. Initializes a new instance of the UniArray class. |
Name | Description | |
---|---|---|
Connection | Gets the UniConnection used by this instance of the UniArray. | |
Count | Gets the number of elements contained in the UniArray. | |
ElementType | Gets the type of array elements. | |
IsFixedSize | Gets a value indicating whether the UniArray has a fixed size. | |
IsNull | Indicates whether or not the UniArray represents a null value. | |
IsReadOnly | Gets a value indicating whether the UniArray is read-only. | |
IsSynchronized | Gets a value indicating whether access to the UniArray is synchronized (thread-safe). | |
Item | Gets or sets the array element at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the UniArray. |
Name | Description | |
---|---|---|
Add | Adds the specified object to the end of the UniArray. | |
Clear | Removes all elements from the UniArray. | |
Clone | Creates a copy of an UniArray object. | |
Contains | Determines whether an element is in the UniArray. | |
CopyTo | Copies the entire UniArray to a compatible System.Array starting at the specified index. | |
Dispose | Releases all resources allocated by this object. | |
GetEnumerator | Returns an enumerator for the UniArray. | |
IndexOf | Gets the location of the specified element in UniArray. | |
Insert | Inserts the specified System.Object to the UniArray at the specified index. | |
Remove | Removes the specified element from the UniArray. | |
RemoveAt | Removes the element at the specified index from the UniArray. |