Click or drag to resize

HostTypeCollectionAddType(Type) Method

Adds a type to a host type collection.

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

Parameters

type  Type
The type to add.
See Also