MethodSourceDefinition(IMethodSource) Constructor

Constructor.

Definition

Namespace: MFiles.VAF.Configuration.Interfaces.Domain
Assembly: MFiles.VAF.Configuration.Interfaces (in MFiles.VAF.Configuration.Interfaces.dll) Version: 1.0.0.0
C#
public MethodSourceDefinition(
	IMethodSource methodSource
)

Parameters

methodSource  IMethodSource
The method source to wrap.

See Also