VISUAL STUDIO 2017 -How to add a method or propertiesGTGOPIKRISHNA TIRUVEEDHULA8yAsked Jul 25, 2018, 12:46 PM734Learn iOS ProgrammingHow to add a method or properties to a class in VISUAL STUDIO 2017 IDE
GTGOPIKRISHNA TIRUVEEDHULA8y agoPosted Jul 26, 2018, 2:01 AMthanks for reply. But i am asking , doing it by using IDE
Jefferson S. Motta8y agoPosted Jul 25, 2018, 10:33 PMpublic void MyMethod(){// code} public int MyIntVar { get; set; } public string MyStringVar { get; set; } = "Default value";
GOPIKRISHNA TIRUVEEDHULAPosted Jul 26, 2018, 2:01 AM
Jefferson S. MottaPosted Jul 25, 2018, 10:33 PM