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. |