I'm not good at C#, I want to create a custom function in C# code, I tried to create a class, but there has been no success.
if in javascript, just like this:
function myfunction()
{
//do somethings
}
now i want to use c#, then what should I do? can someone do an c# example for me? thanks
if in javascript, just like this:
function myfunction()
{
//do somethings
}
now i want to use c#, then what should I do? can someone do an c# example for me? thanks