R
Rich Noons
If I'm doing some reflection on System.Windows.Forms.dll
in the System.Windows.Forms.ScrollableControl class one of the methods
get_Controls
has a return type of System.Windows.Forms.Control+ControlCollection
Does anybody know what the "+" represents?
get it also on get_Dockpadding
get_DockPadding RETURN TYPE :
System.Windows.Forms.ScrollableControl+DockPaddingEdges
Many thanks
Rich
in the System.Windows.Forms.ScrollableControl class one of the methods
get_Controls
has a return type of System.Windows.Forms.Control+ControlCollection
Does anybody know what the "+" represents?
get it also on get_Dockpadding
get_DockPadding RETURN TYPE :
System.Windows.Forms.ScrollableControl+DockPaddingEdges
Many thanks
Rich