Congratulations to all the winners of April 2013, they have won INR 3400 cash and INR 20147 worth prizes !
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 603 |  Welcome, Guest!   Register  Login
 Home > Code Snippets > C# > Identifying Wigly Line in Code.. ...
Omniitstudent

Identifying Wigly Line in Code..

 Code Snippet posted by: Omniitstudent | Posted on: 3/15/2012 | Category: C# Codes | Views: 406 | Status: [Member] | Points: 40 | Alert Moderator   


using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication33
{
class Program
{
static void Main(string[] args)
{
Console.ReadLine //Here is Red Wigly line means Systax Error

Console.WriteLine();
int i ;////Here is Green way Wigly line means Compiler warning

int c = v ;//Here is Blue way Wigly line means edit and continue issues


}
}
}

omprakash
Found interesting? Add this to:


 Responses

T.Saravanan
Posted by: T.Saravanan | Posted on: 3/15/2012 | Level: Silver | Status: [Member] [MVP] | Points: 10 | Alert Moderator 

Kindly post your code inside the code tag.

Thanks,
T.Saravanan

>> Write Response - Respond to this post and get points

More codes snippets

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 5/19/2013 4:42:47 PM