Metalama//API Documentation/Aspect API/Metalama.​Framework.​Code/Ref­Extensions/Get­Target­Or­Null
Open sandboxFocus

Method GetTargetOrNull

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

Gets the target of the reference for the current execution context, or returns null if the reference cannot be resolved.

Declaration
public static T GetTargetOrNull<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