Monobjc.BlockMarshaler.CleanUpNativeData C# (CSharp) Method

CleanUpNativeData() public method

Performs necessary cleanup of the unmanaged data when it is no longer needed.
public CleanUpNativeData ( IntPtr pNativeData ) : void
pNativeData System.IntPtr A pointer to the unmanaged data to be destroyed.
return void
		public void CleanUpNativeData (IntPtr pNativeData)
		{
		}