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