Object Constructor
Definition
Initializes a new instance of the Object class.
public:
Object();
public Object ();
Public Sub New ()
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