BN_free() private method

private BN_free ( IntPtr a ) : void
a System.IntPtr
return void
Exemplo n.º 1
0
 /// <summary>
 /// Calls BN_free()
 /// </summary>
 protected override void OnDispose()
 {
     Native.BN_free(this.ptr);
 }