Udostępnij za pośrednictwem


IInvocationFeatures.Set<T>(T) Method

Definition

Sets a feature of the provided type.

public void Set<T> (T instance);
abstract member Set : 'T -> unit
Public Sub Set(Of T) (instance As T)

Type Parameters

T

The feature Type.

Parameters

instance
T

The instance of the feature.

Applies to