ImplementationEventArgs<T> Constructor

Constructs a new object containing event-specific data for implementations.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ImplementationEventArgs(
	T implementation
)

Parameters

implementation  T
The implementation.

See Also