Skip to content
DocsTry Aspire
DocsTry

PowerShellVariableReferenceAnnotation<T> Constructors

RecordConstructors1 member
Represents a PowerShell variable reference annotation.
Represents a PowerShell variable reference annotation.
public record PowerShellVariableReferenceAnnotation<T>
{
public PowerShellVariableReferenceAnnotation(
string Name,
T Value)
{
// ...
}
}
Namestring
ValueT