MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeRef­ExtensionsGet­Target
Open sandboxFocus

RefExtensions.GetTarget Method

GetTarget<T>(IRef<T>, ReferenceResolutionOptions)

Gets the target of the reference for the current execution context, or throws an exception if the reference cannot be resolved.

Declaration
public static T GetTarget<T>(this IRef<T> reference, ReferenceResolutionOptions options)
where T : class, ICompilationElement
Parameters
Type Name Description
IRef<T> reference
ReferenceResolutionOptions options
Returns
Type Description
T
Type Parameters
Name Description
T