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.CodeCompileUnit
System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)
System.Runtime.InteropServices.ComVisible(true)
can represent a literal block of code that is included directly in the source without modification.
A stores a section of code, exactly in its original format, as a string. The CodeDOM does not translate literal code fragments. Literal code fragments are stored and output in their original format. CodeDOM objects that contain literal code are provided so developers can encapsulate code that is already in the target language.
The property contains the literal code fragment as a string. The property is optional and specifies the position of the code within a source code document.
Represents a literal code fragment that can be compiled.
Constructor
2.0.0.0
4.0.0.0
If you use this constructor you should also set the property.
Initializes a new instance of the class.
Constructor
1.0.5000.0
2.0.0.0
4.0.0.0
To be added
Initializes a new instance of the class.
The literal code fragment to represent.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeLinePragma
To be added: an object of type 'CodeLinePragma'
To be added
Gets or sets the line and file information about where the code is located in a source code document.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.String
To be added: an object of type 'string'
To be added
Gets or sets the literal code fragment to represent.