UGemini 2.0.1
A C# wrapper for the Google Gemini API.
Loading...
Searching...
No Matches
Uralstech.UGemini.IAppendableData< T > Interface Template Reference

An interface for data that is to be appended to at runtime. More...

Public Member Functions

void Append (T data)
 Appends the data to the current IAppendableData<T>.
 

Detailed Description

An interface for data that is to be appended to at runtime.

Template Parameters
TThe type that can be appended to the IAppendableData<T>.

Member Function Documentation

◆ Append()

void Uralstech.UGemini.IAppendableData< T >.Append ( T data)

Appends the data to the current IAppendableData<T>.

Parameters
dataThe data to append.

The documentation for this interface was generated from the following file: