← Back to carmenta.com
Carmenta Engine SDK Documentation
×

CatalogQueryCollection.Insert Method

Inserts an element into the collection at the specified index.

Thread safety: This property is not thread-safe.

Insert(System.Int32 index, CatalogQuery item)

Inserts an element into the collection at the specified index.

Syntax

C#
public void Insert (
    System.Int32 index,
    CatalogQuery item
)

Parameters

index
Type: System.Int32
The zero-based index at which item should be inserted.
item
Type: CatalogQuery
The object to insert.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept