gda-sharp0.0.0.0neutralGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.
A list of .
To be addedGLib.OpaqueGLib.IWrapperMethodSystem.Void
Adds a new .
a
Note that param is, when calling this function, is owned by the GdaParameterList, so the caller should just forget about it and not try to free the parameter once it's been added to the GdaParameterList.
MethodSystem.Void
Clears the parameter list.
This means removing all 's currently being stored in the parameter list. After calling this method, the parameter list is empty.
MethodGda.Parameter
Gets a from the parameter list given its name.
a a identified by name, if found; or null if not found.To be addedMethodSystem.Void
Releases all memory occupied by the object.
To be addedConstructorTo be added
a a To be addedConstructor
Default constructor.
a To be addedPropertyGLib.List
Gets the names of all parameters in the parameter list.
a To be addedPropertySystem.UInt32
Gets the number of parameters stored in the parameter list.
a To be added