Comments In C#.Net
Their are 3 ways to comment in c#.
a) Single Line comment ===== use //
b) Multi Line comment ======== use /* */
c) XMl document comment ======use ///
a) Single Line comment ===== use //
b) Multi Line comment ======== use /* */
c) XMl document comment ======use ///
Comments
Post a Comment