Click or drag to resize

TypeReferenceReferencedType Property

Gets or sets the type that this TypeReference references.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public Type ReferencedType { get; }

Property Value

Type: Type
The Type that this TypeReference references.
Exceptions
ExceptionCondition
InvalidOperationExceptionResolving type references is disabled.
See Also