Click or drag to resize

TypeReference Constructor (Type)

Initializes a new instance of the TypeReference structure using the specified type.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public TypeReference(
	Type type
)

Parameters

type
Type: SystemType
The type this instance should reference. May be .
See Also