-
Notifications
You must be signed in to change notification settings - Fork 1
Add ability to pass a closure #45
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Maybe something like:
il -Closure 'test' `
-DelegateSignature { [int]([string]) } `
-MethodSignature { [int]([object], [string]) } `
-Body {
ldarg.0
callvirt { [string] [object].ToString() }
ldarg.1
call { [string] [string]::Concat([string], [string]) }
callvirt { [int] [string].get_Length() }
ret
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request