Csharp/CSharp Tutorial/Class/new
Версия от 15:31, 26 мая 2010; (обсуждение)
Use new with a value type.
The new operator has this general form:
class-var = new class-name( );
The new operator has this general form:
class-var = new class-name( );