c# Programming Glossary: postparent
Child Scope & CS0136 http://stackoverflow.com/questions/296755/child-scope-cs0136 meaning When we do the following we get CS0103 The name 'postParent' does not exist in the current context string postParent string.Empty.. 'postParent' does not exist in the current context string postParent string.Empty postParent Should this work What I don't get is.. in the current context string postParent string.Empty postParent Should this work What I don't get is why is the compiler smart..
|