Skip to content

Notes

Delegate

Generics

Indexers

public string this [int arg1, string arg2]
{
get { ... }
set { ... }
}

LINQ

Interface

C# 4.0

Newly introduced features are

Boxing and Unboxing

Performance For Generics

Classes