Monobjc.BlockMarshaler.GetNativeDataSize C# (CSharp) Method

GetNativeDataSize() public method

Returns the size of the native data to be marshaled.
public GetNativeDataSize ( ) : int
return int
		public int GetNativeDataSize ()
		{
			return IntPtr.Size;
		}
	}