MethodTargetTemplates Property
This is used to get or set an enumerable list of the template types if any
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public IList<string> Templates { get; set; }
Public Property Templates As IList(Of String)
Get
Set
public:
property IList<String^>^ Templates {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Templates : IList<string> with get, set
Property Value
IListString