Delegate AllocateStringDelegate
Namespace: Vasily
Assembly: cs.temp.dll.dll
Syntax
public delegate string AllocateStringDelegate(int length);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | length |
Returns
| Type | Description |
|---|---|
| System.String |
public delegate string AllocateStringDelegate(int length);
| Type | Name | Description |
|---|---|---|
| System.Int32 | length |
| Type | Description |
|---|---|
| System.String |