ExtensionMethodReference Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public ExtensionMethodReference(
	string methodName,
	IList<Parameter> parameters,
	IList<TypeReference> templateArgs
)

Parameters

methodName  String
The extension method name
parameters  IListParameter
The extension method parameters
templateArgs  IListTypeReference
The extension method template arguments if any

See Also