Type Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the Type class.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Protected Sub New
protected Type()
protected:
Type()
new : unit -> Type
protected function Type()

Remarks

This constructor is invoked by derived classes during the construction of type objects.

.NET Framework Security

See Also

Reference

Type Class

System Namespace