Another C# Code explorer issue.

It is valid to declare a private method without using the _private_ keyword
...

private void method1() {
  // A valid private method
}

void method2() {
  // Another valid private method
}

The Code Explorer doesn't show those defined *without* the _private_
keyword.

-- 
Stuart

-- 
<http://forum.pspad.com/read.php?6,45622,45685>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem