c# methods
-
hi everybody im a beginner at c# now i want to know how to work with c# methods? can you help me.... :( :( :( :(
-
hi everybody im a beginner at c# now i want to know how to work with c# methods? can you help me.... :( :( :( :(
Member 10452133 wrote:
i want to know how to work with c# methods?
Read .NET Book Zero[^], it explains C# in clear terms. When you have finished that you can move on to the C# tutorials[^]. Also, in future please use the correct forum, this one is for Android questions.
Veni, vidi, abiit domum
-
hi everybody im a beginner at c# now i want to know how to work with c# methods? can you help me.... :( :( :( :(
A "method" is similar to a "function"... only that methods are part of an object. There should be plenty of C# guides online, just start somewhere and post questions in the proper CodeProject forums when you need clarification.