Table of Contents

ExtensionMethodReference.ExtensionMethodReference Constructor

Definition

Namespace
Sandcastle.Tools.BuildComponents.Targets
Assembly
Sandcastle.Tools.BuildComponents.Targets.dll

Constructor

public ExtensionMethodReference(string methodName, IList<Parameter> parameters, IList<TypeReference> templateArgs)

Parameters

methodName string

The extension method name

parameters IList<Parameter>

The extension method parameters

templateArgs IList<TypeReference>

The extension method template arguments if any