PowerShellVariableReferenceAnnotation<T> Constructors
RecordConstructors1 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
NamestringValueT