OpenApiComponentAnnotationScanner.AnnotatedVariable.VariableType property

The declared variable type if present (e.g. from [int]$x or [int]$x = 1).

public Type? VariableType { get; set; }

See Also