API Reference

.NET Framework 3.5

Overview

This section provides a comprehensive reference for the Application Programming Interfaces (APIs) available in the .NET Framework 3.5. Explore classes, methods, properties, and events to build powerful and innovative applications.

Core Libraries

System

String Class

Represents text as a sequence of characters.

Properties

Int32 Struct

Represents a 32-bit signed integer.

System.Collections.Generic

List<T> Class

Represents a strongly typed list of objects that can be accessed by index. Provides methods for searching, sorting, and manipulating lists.

Properties

LINQ (Language Integrated Query)

System.Linq