Skip to content

Commit e9e0a48

Browse files
author
James Brundage
committed
feat: Turtle.get/set_PatternTransform ( Fixes #27 )
1 parent 7d5e502 commit e9e0a48

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
if ($this.'.PatternTransform') {
2+
return $this.'.PatternTransform'
3+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
param(
2+
[Collections.IDictionary]
3+
$PatternTransform
4+
)
5+
6+
$this | Add-Member -MemberType NoteProperty -Force -Name '.PatternTransform' -Value $PatternTransform

0 commit comments

Comments
 (0)