TdxBackendCustomParameters<T>.Add Method
Creates a new parameter and adds it to the collection.
Declaration
function Add: T;
Returns
| Type | Description |
|---|---|
| T | The newly created parameter. |
Remarks
Call the Add function to create a new backend client parameter with default settings. All created parameters are accessible through the Items property.
See Also