IndexedTemplateTypeReference 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: 2024.2.18.0
[SerializableAttribute]
public sealed class IndexedTemplateTypeReference : TemplateTypeReference
Inheritance
Object    Reference    TypeReference    TemplateTypeReference    IndexedTemplateTypeReference

Constructors

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)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also