TypeSchema Constructor (Type)

 

Creates a new instance of the TypeSchema class using the provided Type object.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

new : 
        type:Type -> TypeSchema

Parameters

type
Type: System.Type

A Type that describes an object.

Exception Condition
ArgumentNullException

type is null.

.NET Framework
Available since 2.0
Return to top
Show: