<TypeSignatureLanguage="C#"Value="public class ChangeSet : GConf.ClientBase, IDisposable"Maintainer="auto"/>
<AssemblyInfo>
<AssemblyName>gconf-sharp</AssemblyName>
<AssemblyPublicKey/>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<Attributes/>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
</Docs>
<Base>
<BaseTypeName>GConf.ClientBase</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.IDisposable</InterfaceName>
</Interface>
</Interfaces>
<Attributes/>
<Members>
<MemberMemberName="Get">
<MemberSignatureLanguage="C#"Value="public virtual object Get (string key);"/>
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Parameters>
<ParameterName="key"Type="System.String"/>
</Parameters>
<Docs>
<summary>To be added</summary>
<paramname="key">To be added: an object of type 'string'</param>
<returns>To be added: an object of type 'object'</returns>