Table of Contents

Method Add

Namespace
MaaFramework.Binding.Buffers
Assembly
MaaFramework.Binding.Native.dll

Add(MaaStringBuffer)

Adds an element to the MaaFramework.Binding.Buffers.IMaaListBuffer`1.

public override bool Add(MaaStringBuffer item)

Parameters

item MaaStringBuffer

The object to add to the MaaFramework.Binding.Buffers.IMaaListBuffer`1.

Returns

bool

true if the element is added successfully; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaBuffer.MaaStringListBufferAppend(System.IntPtr,System.IntPtr).

Exceptions

NotSupportedException

The MaaFramework.Binding.Buffers.IMaaListBuffer`1 is read-only.