Click here to Skip to main content
15,867,765 members
Home / Discussions / C#
   

C#

 
GeneralDirectory Services .. LDAP Pin
sulmun5-Sep-03 9:06
sulmun5-Sep-03 9:06 
GeneralPlease Wait page while search executes Pin
clayne5-Sep-03 8:38
clayne5-Sep-03 8:38 
GeneralRe: Please Wait page while search executes Pin
GISnet5-Sep-03 9:23
GISnet5-Sep-03 9:23 
GeneralTreeView + ContextMenu focus issue Pin
efalcao5-Sep-03 8:15
efalcao5-Sep-03 8:15 
GeneralRe: TreeView + ContextMenu focus issue Pin
leppie5-Sep-03 9:54
leppie5-Sep-03 9:54 
GeneralRe: TreeView + ContextMenu focus issue Pin
efalcao5-Sep-03 12:23
efalcao5-Sep-03 12:23 
Questionc# no concept of scope ? Pin
jpribele5-Sep-03 7:58
jpribele5-Sep-03 7:58 
AnswerRe: c# no concept of scope ? Pin
Roger Stewart5-Sep-03 9:10
professionalRoger Stewart5-Sep-03 9:10 
My guess is that the C# compile knows that the if( true ) block will ALWAYS be executed and optimizes the if statement out. The result is that lenum = b.GetEnumerator() and lenum = c.GetEnumerator() are in the same scope.

Roger Stewart
"I Owe, I Owe, it's off to work I go..."

GeneralRe: c# no concept of scope ? Pin
jpribele5-Sep-03 9:16
jpribele5-Sep-03 9:16 
AnswerRe: c# no concept of scope ? Pin
leppie5-Sep-03 9:49
leppie5-Sep-03 9:49 
AnswerRe: c# no concept of scope ? Pin
scadaguy5-Sep-03 9:58
scadaguy5-Sep-03 9:58 
GeneralRe: c# no concept of scope ? Pin
jpribele5-Sep-03 10:10
jpribele5-Sep-03 10:10 
GeneralRe: c# no concept of scope ? Pin
leppie5-Sep-03 22:17
leppie5-Sep-03 22:17 
GeneralRe: c# no concept of scope ? Pin
jpribele8-Sep-03 3:09
jpribele8-Sep-03 3:09 
GeneralRe: c# no concept of scope ? Pin
leppie8-Sep-03 8:25
leppie8-Sep-03 8:25 
GeneralRe: c# no concept of scope ? Pin
scadaguy8-Sep-03 3:28
scadaguy8-Sep-03 3:28 
AnswerRe: c# no concept of scope ? Pin
Rich3335-Sep-03 22:58
sussRich3335-Sep-03 22:58 
GeneralCreate DataTable from XML Schema Pin
Douglas Troy5-Sep-03 7:33
Douglas Troy5-Sep-03 7:33 
GeneralRe: Create DataTable from XML Schema Pin
Mazdak5-Sep-03 7:58
Mazdak5-Sep-03 7:58 
GeneralRe: Create DataTable from XML Schema Pin
Douglas Troy5-Sep-03 8:10
Douglas Troy5-Sep-03 8:10 
GeneralRe: Create DataTable from XML Schema Pin
Ernesto Perales Soto5-Sep-03 8:01
Ernesto Perales Soto5-Sep-03 8:01 
GeneralRe: Create DataTable from XML Schema Pin
Douglas Troy5-Sep-03 8:40
Douglas Troy5-Sep-03 8:40 
GeneralRe: Create DataTable from XML Schema Pin
Ernesto Perales Soto5-Sep-03 10:26
Ernesto Perales Soto5-Sep-03 10:26 
GeneralRe: Create DataTable from XML Schema Pin
Douglas Troy8-Sep-03 3:49
Douglas Troy8-Sep-03 3:49 
GeneralCloning Data Tables Pin
afronaut5-Sep-03 6:54
afronaut5-Sep-03 6:54 

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.