Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit 6e54618

Browse files
author
Zaczero
committed
Merge branch 'master' of https://github.com/Zaczero/SharpLoader
2 parents 74e0dfe + acc609b commit 6e54618

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,25 @@ if (b == 0)
162162
//-<proxy/>
163163
```
164164

165+
#### 8.1. Proxy +1 argument
166+
Generates proxy functions inside X namespace.
167+
```c#
168+
//-<proxy MyNamepsace>
169+
int a = 0;
170+
int b = 0;
171+
int c = 0;
172+
//-<proxy/>
173+
```
174+
```c#
175+
//-<proxy MyNamepsace>
176+
if (a == 0)
177+
{ }
178+
//-<block>
179+
if (b == 0)
180+
{ }
181+
//-<proxy/>
182+
```
183+
165184
## How to configure SharpLoader?
166185
All SharpLoader's configuration is stored in SharpLoader.ini file.
167186

0 commit comments

Comments
 (0)