public DatabaseMarshaler() { copyInDelegate = CopyIn; copyOutDelegate = CopyOut; readerCopyDelegate = ReaderCopy; }
public DatabaseMarshaler() { copyInDelegate = CopyIn; copyOutDelegate = CopyOut; }
internal static extern V_RESULT CopyKeysFromInstanceHandle( IntPtr _this, long handle, SampleCopyOutDelegate action, IntPtr copyArg);