Calling an Instance Method on an Object : Object Instance : Class Interface C# Source Code


Custom Search

C# Source Code » Class Interface » Object Instance »

 

Calling an Instance Method on an Object








    





using System;
public class MainClass {
    public static void Main() {
        string name = "Joe";
        Console.WriteLine(name.ToUpper());
    }
}

       
    
   
  
   







HTML code for linking to this page:

Follow Navioo On Twitter

C# Source Code

 Navioo Class Interface
» Object Instance