Extensions.WithPointer Method |
Name | Description | |
---|---|---|
![]() ![]() | WithPointer(IWithIdList, Action<IntPtr>) |
Allocates a buffer, runs the specified action and free the buffer.
|
![]() ![]() | WithPointer<T>(IWithIdList, Func<IntPtr, T>) |
Allocates a buffer, runs the specified function and free the buffer.
|