Method ToArray
ToArray()
Copies the elements of this BlobArray to a new managed array.
Declaration
public T[] ToArray()
Returns
Type | Description |
---|---|
T[] | An array containing copies of the elements of the BlobArray. |
Exceptions
Type | Condition |
---|---|
Invalid |
Throws InvalidOperationException if the array type contains
nested Blob |