Click or drag to resize

SymbolicRef  Conversion (TypeReference to SymbolicRef)

Implicit conversion of a TypeDefinition to a SymbolicRef (actually, a TypeRef).

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static implicit operator SymbolicRef (
	TypeReference typeReference
)

Parameters

typeReference
Type: Mono.CecilTypeReference
The TypeReference to be converted.

Return Value

Type: SymbolicRef
A generated TypeRef to the specified TypeReference.
Remarks
This allows TypeReferences to be passed directly to any method expecting a SymbolicRef type without having to create a reference first.
See Also