Class ConstructArgument
- Namespace
- GObject
- Assembly
- GObject-2.0.dll
Define the value of GProperty which can be used at the construct time.
public sealed class ConstructArgument : IDisposable
- Inheritance
-
ConstructArgument
- Implements
- Inherited Members
Constructors
ConstructArgument(string, Value)
public ConstructArgument(string name, Value value)
Parameters
Properties
Name
The GProperty name to set at the construct time.
public string Name { get; }
Property Value
Value
The value of the property.
public Value Value { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()