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.CodeTypeMember
System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)
System.Runtime.InteropServices.ComVisible(true)
can be used to represent the declaration for a property of a type.
The property specifies the data type of the property. The property contains any get statement methods for the property. The property contains any set statement methods for the property. The property specifies any parameters for the property, such as are required for an indexer property.
Represents a declaration for a property 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.CodeStatementCollection
To be added: an object of type 'CodeStatementCollection'
One of the statements in this should return the value for the member property. Use a to return a value of the data type of the property.
Gets the collection of get statements for the property.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added: an object of type 'bool'
Setting this property to false clears the collection.
Gets or sets a value indicating whether the property has a get method accessor.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.Boolean
To be added: an object of type 'bool'
will return false if the property is read-only.
Setting this property to false will clear the collection.
Gets or sets a value indicating whether the property has a set method accessor.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeTypeReferenceCollection
To be added: an object of type 'CodeTypeReferenceCollection'
The types referenced by this collection must consist of interfaces.
Gets the data types of any interfaces that the property implements.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeParameterDeclarationExpressionCollection
To be added: an object of type 'CodeParameterDeclarationExpressionCollection'
In general, properties do not have parameters. CodeDom supports an exception to this. For any property that has the special name "Item" and one or more parameters, it will declare an indexer property for the class. However, not all languages support the declaration of indexers.
Gets the collection of declaration expressions for the property.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeTypeReference
To be added: an object of type 'CodeTypeReference'
The type referenced by this property must be an interface.
Gets or sets the data type of the interface, if any, this property, if private, implements.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeStatementCollection
To be added: an object of type 'CodeStatementCollection'
One of the statements in this collection typically sets a value for the property. Often, the statements within a set method accessor perform checking to determine whether to set or translate the specified value for the property. A represents a reference to the object passed to the set method.
Gets the collection of set statements for the property.
Property
1.0.5000.0
2.0.0.0
4.0.0.0
System.CodeDom.CodeTypeReference
To be added: an object of type 'CodeTypeReference'
To be added
Gets or sets the data type of the property.