12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
// <auto-generated/>
|
|
|
|
namespace RPCTest.Implementation
|
|
{
|
|
public sealed class GenerativeParametersTestClass
|
|
{
|
|
public int Increment(<!L param>)
|
|
{
|
|
return i + 1;
|
|
}
|
|
}
|
|
} |