Indexed Template Type Reference Class
This represents an indexed template type reference
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#
[SerializableAttribute]
public sealed class IndexedTemplateTypeReference : TemplateTypeReferenceVB
<SerializableAttribute>
Public NotInheritable Class IndexedTemplateTypeReference
Inherits TemplateTypeReferenceC++
[SerializableAttribute]
public ref class IndexedTemplateTypeReference sealed : public TemplateTypeReferenceF#
[<SealedAttribute>]
[<SerializableAttribute>]
type IndexedTemplateTypeReference =
class
inherit TemplateTypeReference
end- Inheritance
- Object Reference TypeReference TemplateTypeReference IndexedTemplateTypeReference
Constructors
| IndexedTemplateTypeReference | Constructor |
Properties
| Index | This read-only property returns the index |
| TemplateId | This read-only property returns the template ID |
Methods
| Equals |
This is overridden to allow comparison of to indexed template type references for equality
(Overrides ObjectEquals(Object)) |
| GetHashCode |
This is overridden to support equality comparisons
(Overrides ObjectGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |