TypeSchema(Type) Constructor

Definition

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

public:
 TypeSchema(Type ^ type);
public TypeSchema (Type type);
new System.Web.UI.Design.TypeSchema : Type -> System.Web.UI.Design.TypeSchema
Public Sub New (type As Type)

Parameters

type
Type

A Type that describes an object.

Exceptions

type is null.

Applies to