Need explanation of every type of void()
Created at 25 Jul 2018, 10:15
TJ
Need explanation of every type of void()
25 Jul 2018, 10:15
Can anyone explain the difference and when to use of any type of this void() like:
- void()
- private void()
- private override void()
- protected override void()
- public override void()
- protected void()
- public void()
- and maybe any other type of void() ?
Thank you for any help.