lpLastBlock property

Pointer<NativeType> lpLastBlock

Implementation

Pointer get lpLastBlock => this.Anonymous.Region.lpLastBlock;
void lpLastBlock=(Pointer<NativeType> value)

Implementation

set lpLastBlock(Pointer value) => this.Anonymous.Region.lpLastBlock = value;