Text Reference UtilitiesGeneric Context Property
This read-only property returns the generic context
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public static SimpleTypeReference GenericContext { get; }VB
Public Shared ReadOnly Property GenericContext As SimpleTypeReference
GetC++
public:
static property SimpleTypeReference^ GenericContext {
SimpleTypeReference^ get ();
}F#
static member GenericContext : SimpleTypeReference with get