Lezen in het Engels Bewerken

Delen via


Object Constructor

Definition

Initializes a new instance of the Object class.

C#
public Object();

Remarks

This constructor is called by constructors in derived classes, but it can also be used to directly create an instance of the Object class.

Applies to