进行集合之中的元素的取出操作的帮助类
Pointer
Type Parameters
| Name | Description |
|---|---|
T |
01 Syntax
Microsoft.VisualBasic.ComponentModel.DataStructures.Pointer`1
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| op_Addition | 1 | Returns current line in the array and then pointer moves to next. |
| op_Subtraction | 1 |
03 Members
op_Addition(
`0(), Pointer(Of `0))Returns current line in the array and then pointer moves to next.
Parameters
| Name | Type | Description |
|---|---|---|
array | `0() | - |
i | Pointer(Of `0) | - |
op_Subtraction(
T(), Pointer(Of T))