Click or drag to resize

ResolverResolve Method

Attempt to resolve the associated UnresolvedRef object.

Namespace:  Nova.Resolving
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public SymbolicRef Resolve()

Return Value

Type: SymbolicRef
The new reference object if resolved, otherwise the original UnresolvedRef.
See Also