Extension Method ReferenceTemplate Args Property
This read-only property returns the template arguments if any
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
C#
public IList<TypeReference> TemplateArgs { get; }VB
Public ReadOnly Property TemplateArgs As IList(Of TypeReference)
GetC++
public:
property IList<TypeReference^>^ TemplateArgs {
IList<TypeReference^>^ get ();
}F#
member TemplateArgs : IList<TypeReference> with get