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