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.Object is passed to the code generation methods of an implementation to specify options used during code generation. The property specifies the string to use for each spacing indentation. The property specifies the placement style for braces indicating the boundaries of code blocks. The property specifies whether to append an else, catch, or finally block, including brackets, at the closing line of each if or try block. The property specifies whether to insert blank lines between members. An implementation can provide custom code generation options which you can set or pass data to using the dictionary indexer, which a code generator can search through to locate additional code generation options. This class contains a link demand and an inheritance demand at the class level that applies to all members. A is thrown when either the immediate caller or the derived class does not have full-trust permission. For details about security demands, see Link Demands and Inheritance Demands. Represents a set of options used by a code generator. 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.Boolean To be added: an object of type 'bool' To be added Gets or sets a value indicating whether to insert blank lines between members. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String To be added: an object of type 'string' The default value of this property is Block, which indicates that code should be generated so that braces start on the same line as the statement or declaration that they are associated with. A property value of C indicates that braces start on the line following the statement or declaration that they are associated with. Gets or sets the style to use for bracing. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.Boolean To be added: an object of type 'bool' To be added Gets or sets a value indicating whether to append an else, catch, or finally block, including brackets, at the closing line of each previous if or try block. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.String To be added: an object of type 'string' The default value of this property is "/----/" (four spaces). Gets or sets the string to use for indentations. Property 1.0.5000.0 2.0.0.0 4.0.0.0 System.Object To be added: an object of type 'string' To be added To be added: an object of type 'object' To be added Property 2.0.0.0 4.0.0.0 System.Runtime.InteropServices.ComVisible(false) System.Boolean To be added. The default generates members by their type, for example; field, member, constructor, or property. A code generator can use the property to inject #region blocks into code, thus changing the order. Gets or sets a value indicating whether to generate members in the order in which they occur in member collections.