Private
Private Constants
Applies to fields and member variables.
A const modifier can be used to indicate that a field value or local variable cannot be modified
cannot be used with 'static'
private const double PI = 3.14
private const double Number = 10 / PI
Private Fields
Private Methods
These can only be used inside the class.
Private Properties
This is the default
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext