Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RevensofT authored Feb 3, 2020
1 parent a902c3a commit 8dbc4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Dim New_method As Delegate = "ils code".compile(Of Delegate).{Managed info input
```
#### If you can't use extension method with generic type.
```C#
Delegate New_method = compile(Of Delegate)("ils code).{Managed info input}.fin()"
Delegate New_method = compile(Of Delegate)("ils code").{Managed info input}.fin()
```

## What's 'Managed info input' ?
Expand Down

0 comments on commit 8dbc4cc

Please sign in to comment.