Edit

Share via


WeakGCHandle<T>.TryGetTarget(T) Method

Definition

public:
 bool TryGetTarget([Runtime::InteropServices::Out] T % target);
public readonly bool TryGetTarget(out T? target);
member this.TryGetTarget : 'T -> bool
Public Function TryGetTarget (ByRef target As T) As Boolean

Parameters

target
T

Returns

Applies to