K
Kostya Ergin
hi, i am very new in C#.
How to do this in C#:
This is function:
function test(param: string): string;
begin
end;
I can get result of "test" function:
result := test(param);
And how to do in C# ?
How to do this in C#:
This is function:
function test(param: string): string;
begin
end;
I can get result of "test" function:
result := test(param);
And how to do in C# ?