ArrayWrapper
Last edited bySimple_AOB10/16/2025
ArrayWrapper(const ArrayWrapper< T > &other)
| Parameter | Type | Description |
|---|---|---|
| other | ArrayWrapper | --- |
ArrayWrapper operator=(ArrayWrapper< T > rhs)
| Parameter | Type | Description |
|---|---|---|
| rhs | ArrayWrapper | --- |
~ArrayWrapper()
int Count()
T Get(int index)
| Parameter | Type | Description |
|---|---|---|
| index | int | --- |
bool IsNull()
Was this article helpful?
Your feedback helps us improve our documentation
No contributors yet.