Int
|
| Name | Description | |
|---|---|---|
| IntPtrCollection | Default constructor for the IntPtrCollection class. Creates an empty collection of IntPtr values. | |
| IntPtrCollection(Int32) | Constructor for the IntPtrCollection class. Creates an empty collection of IntPtr values with start capacity. | |
| IntPtrCollection(IntPtr) | Constructor for the IntPtrCollection class. Creates a collection of IntPtr values from the passed array. |