7 out of 13 rated this helpful - Rate this topic

new (C# Reference)

In C#, the new keyword can be used as an operator, a modifier, or a constraint.

new Operator

Used to create objects and invoke constructors.

new Modifier

Used to hide an inherited member from a base class member.

new Constraint

Used to restrict types that might be used as arguments for a type parameter in a generic declaration.

Reference

C# Keywords

Concepts

C# Programming Guide

Other Resources

C# Reference

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ