System.Collections.System API Documentation

System.Collections.System

Overview

This module provides essential methods for manipulating System collections, offering a range of operations for data manipulation and structured data processing.

Method 1: Add a New Element

Add a new element to the collection.

Method 2: Iterate Through

Iterate over the collection to access each element.

Method 3: Access Element

Access a specific element by index.

Method 4: Update Element

Update an element's value.

Method 5: Remove Element

Remove an element from the collection.