MethodTargetTemplateArgs Property
This is used to get or set specialized template arguments if any (used with extension methods)
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public IList<TypeReference> TemplateArgs { get; set; }
Public Property TemplateArgs As IList(Of TypeReference)
Get
Set
public:
property IList<TypeReference^>^ TemplateArgs {
IList<TypeReference^>^ get ();
void set (IList<TypeReference^>^ value);
}
member TemplateArgs : IList<TypeReference> with get, set
Property Value
IListTypeReference