ExtensionMethodReference.ExtensionMethodReference Constructor
Definition
- Assembly
- Sandcastle.Tools.BuildComponents.Targets.dll
Constructor
public ExtensionMethodReference(string methodName, IList<Parameter> parameters, IList<TypeReference> templateArgs)
Parameters
methodNamestringThe extension method name
parametersIList<Parameter>The extension method parameters
templateArgsIList<TypeReference>The extension method template arguments if any