Condividi tramite


IInvocationFeatures.Get<T> Method

Definition

Gets a feature with the specified type for the current invocation.

public T? Get<T> ();
abstract member Get : unit -> 'T
Public Function Get(Of T) () As T

Type Parameters

T

The feature Type.

Returns

T

The feature instance, or null.

Applies to