Merge branch 'iremote' into patch-arraymembers

This commit is contained in:
pblivingston 2025-11-25 21:32:31 -05:00
commit dce6f37bf1

View File

@ -44,7 +44,7 @@ class IRemote {
} }
[string] ToString() { [string] ToString() {
if ($this.index.HasValue) { if ($null -ne $this.index) {
return $this.GetType().Name + $this.index return $this.GetType().Name + $this.index
} }
return $this.GetType().Name return $this.GetType().Name