ImplementationEventArgs<T> Constructor

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

Definition

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

Parameters

implementation  T
The implementation.

See Also