G
Guest
Dear Folk,
I have implemented a nested class as follows:
Class Enclosing
{
string strName;
Class Nested1
{
}
Class Nested2
{
}
}
How to access the Variables declared in the enclosing class with in
thenested class. in this case i want to access and set the value of strName
in Nested1.
please let me know of this at the earliest
regards
I have implemented a nested class as follows:
Class Enclosing
{
string strName;
Class Nested1
{
}
Class Nested2
{
}
}
How to access the Variables declared in the enclosing class with in
thenested class. in this case i want to access and set the value of strName
in Nested1.
please let me know of this at the earliest
regards