csharpfritz / csharp_with_csharpfritz

Show notes, slides, and samples from the CSharp with CSharpFritz show
MIT License
662 stars 215 forks source link

Private class #156

Open mehdijafarimj opened 6 months ago

mehdijafarimj commented 6 months ago

Is that possible to display a value inside a private class? Because if a class is private then we don't have access to that outside of that class , I just wanna know that can we display it ? For example information about a student that has Name , Grade and Enrolled ? I'm sorry if I couldn't write that correctly because my English is not good. Please help me.