Click or drag to resize

TypeReference Constructor (String)

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

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public TypeReference(
	string typeName
)

Parameters

typeName
Type: SystemString
Name of the type. May be .
See Also