Skip to content
Docs Try Aspire

PowerShellVariableReferenceAnnotation<T> Constructors

Record Constructors 1 member
Represents a PowerShell variable reference annotation.
Represents a PowerShell variable reference annotation.
public record PowerShellVariableReferenceAnnotation<T>
{
public PowerShellVariableReferenceAnnotation(
string Name,
T Value)
{
// ...
}
}
Name string
Value T