Table of Contents

Method Add

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

Add(T)

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

public abstract bool Add(T item)

Parameters

item T

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

Returns

bool

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

Exceptions

NotSupportedException

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