Click here to Skip to main content
Click here to Skip to main content

C# equivalent of VB's With keyword

By , 27 May 2011
 
You are introducing a variable “p” in the local scope of the whole function :s
not really.. you know you can use brackets anywhere inside the code to define subscopes, don't you:
 
{
var p = this.StatusProgressBar;
p.IsIndeterminate = false;
p.Visibility = Visibility.Visible;
p.Minimum = 0;
p.Maximum = 100;
p.Value = percentage;
}

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

CaldasGSM
Software Developer
Portugal Portugal
Member
From the age of 15 I started programing in QBasic at home after several jobs I realized that what I wanted was to work with computers, so I joined a IT company, originally as a web designer, but thanks to my self learning abilities I made my way into the programmers team. Today I know VB, VBScript, Javascript, HTML, SQL , C# and C++... even if I never went to college.. Smile | :)

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionOnly works for reference types!memberAndreas Gieriet20 Mar '13 - 4:37 
GeneralSorry for my bad english. I'm trying to use this tip and I g...memberMember 296959616 Feb '12 - 11:42 
GeneralRe: the "var" keyword only exists in c# 3.0.. you are probably u...memberCaldasGSM16 Feb '12 - 22:52 
GeneralReason for my vote of 5 Simple and efficientmemberJohn Brett6 Jan '12 - 4:49 
GeneralReason for my vote of 5 I think it is the best way to do it....memberPhilippe Mori31 May '11 - 12:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 27 May 2011
Article Copyright 2011 by CaldasGSM
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid