API Reference
🔍
System.String
Represents text as a sequence of Unicode characters.
System.Console
Provides methods for standard input, output, and error streams.
System.Collections.Generic.List<T>
Represents a strongly typed list of objects that can be accessed by index.
System.Linq.Enumerable
Provides a set of static methods for querying objects that implement IEnumerable<T>.
System.Threading.Tasks.Task
Represents an asynchronous operation.
System.Net.Http.HttpClient
Send HTTP requests and receive HTTP responses from a resource identified by a URI.
System.IO.File
Provides static methods for the creation, copying, deletion, moving, and opening of files.
System.Diagnostics.Debug
Provides a set of methods and properties that help debug your code.