System [00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00] 1.0.3300.0 1.0.5000.0 2.0.0.0 4.0.0.0 Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. System.CodeDom.CodeMemberMethod System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch) System.Runtime.InteropServices.ComVisible(true) can be used to represent a declaration of an instance constructor for a type. Use to declare a static constructor for a type. If the constructor calls a base class constructor, set the constructor arguments for the base class constructor in the property. If the constructor overloads another constuctor for the type, set the constructor arguments to pass to the overloaded type constructor in the property. Represents a declaration for an instance constructor of a type. Constructor 1.0.5000.0 2.0.0.0 4.0.0.0 To be added Initializes a new instance of the class. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.CodeDom.CodeExpressionCollection To be added: an object of type 'CodeExpressionCollection' When the overloads a base class constructor, this collection contains any arguments to pass to a base class constructor. To call a base class constructor with no arguments, set a containing an empty string ("") to this collection. Gets the collection of base constructor arguments. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.CodeDom.CodeExpressionCollection To be added: an object of type 'CodeExpressionCollection' When the overloads another constructor of the same type, this collection contains any arguments to pass to the overloaded type constructor. To call a constructor for the current type with no arguments, set a containing an empty string ("") to this collection. Gets the collection of chained constructor arguments.