glib-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.GLib.ListBaseWrapper class for GSList.Constructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.Constructor
the of the list elements.
Public Constructor.Constructor
Pointer to the C object.
To be added.
Internal constructorThis is an internal constructor, and should not be used by user code.Constructor
An array of list member objects.
The type of the members.
Indicates if the list reference must be released on finalization.
Indicates if the list members must be released on finalization.
Public constructor.Constructs a native GList containing a set of member objects.Constructor
Pointer to the native list.
The type if the elements contained in the list.
if the native list should be released on Dispose.
if the elements should be released on Dispose.
Creates an SList.This type should only be used for marshaling GSList parameters and return values in bindings.Constructor
An array of list member objects.
The type of the members.
Indicates if the list reference must be released on finalization.
Indicates if the list members must be released on finalization.
Public constructor.Constructs a native GList containing a set of member objects.MethodSystem.ObjectClones a list.a cloned list.