System.Windows.Forms.ControlCollection.ControlCollection C# (CSharp) Method

ControlCollection() public method

public ControlCollection ( NSView view ) : System
view NSView
return System
		public ControlCollection (NSView view)
		{
			theView = view;
		}