Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c sharp making our custom function

//making own function
void CustomFunction()
{
Console.Writeline("we started our own function :D ");
}
//starting the customfunction
CustomFunction();
 
PREVIOUS NEXT
Tagged: #sharp #making #custom #function
ADD COMMENT
Topic
Name
8+4 =