Click or drag to resize

TypeReference  Conversion (Type to TypeReference)

Implicitly converts a Type to a TypeReference.

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

Parameters

type
Type: SystemType
The type to reference.

Return Value

Type: TypeReference
An instance of TypeReference that references type.
See Also