Click or drag to resize

HostTypeCollectionAddType Method (Type)

Adds a type to a host type collection.

Namespace:  Microsoft.ClearScript
Assembly:  ClearScript.Core (in ClearScript.Core.dll) Version: 7.2.3
Syntax
public void AddType(
	Type type
)

Parameters

type
Type: SystemType
The type to add.
See Also