# C1.Util.DX.SetValueFastDelegate-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Util_DX_SetValueFastDelegate_1" data-uid="C1.Util.DX.SetValueFastDelegate`1" class="text-break">SetValueFastDelegate&lt;T&gt; Delegate
</h1>
  <div class="markdown level0 summary"><p>A Delegate to set a property value to an object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Util.DX.html">C1.Util.DX</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.DX.4.8.dll</h6>
  <h5 id="C1_Util_DX_SetValueFastDelegate_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public delegate void SetValueFastDelegate&lt;T&gt;(object obj, ref T value)</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Delegate Sub SetValueFastDelegate(Of T)(obj As Object, ByRef value As T)</code></pre>
  </div>
  <h5 class="parameters">Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Type</th>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
        <td><span class="parametername">obj</span></td>
        <td><p>The obj to set the property from.</p>
</td>
      </tr>
      <tr>
        <td><span class="xref">T</span></td>
        <td><span class="parametername">value</span></td>
        <td><p>The value to set.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>Type of the setter.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_SetValueFastDelegate_1__ctor_System_Object_System_IntPtr_" data-uid="C1.Util.DX.SetValueFastDelegate`1.#ctor(System.Object,System.IntPtr)">
          <a class="xref" href="C1.Util.DX.SetValueFastDelegate-1.-ctor.html#C1_Util_DX_SetValueFastDelegate_1__ctor_System_Object_System_IntPtr_">SetValueFastDelegate(object, IntPtr)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Util_DX_SetValueFastDelegate_1_BeginInvoke_System_Object__0__System_AsyncCallback_System_Object_" data-uid="C1.Util.DX.SetValueFastDelegate`1.BeginInvoke(System.Object,`0@,System.AsyncCallback,System.Object)">
          <a class="xref" href="C1.Util.DX.SetValueFastDelegate-1.BeginInvoke.html#C1_Util_DX_SetValueFastDelegate_1_BeginInvoke_System_Object__0__System_AsyncCallback_System_Object_">BeginInvoke(object, ref T, AsyncCallback, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_DX_SetValueFastDelegate_1_EndInvoke__0__System_IAsyncResult_" data-uid="C1.Util.DX.SetValueFastDelegate`1.EndInvoke(`0@,System.IAsyncResult)">
          <a class="xref" href="C1.Util.DX.SetValueFastDelegate-1.EndInvoke.html#C1_Util_DX_SetValueFastDelegate_1_EndInvoke__0__System_IAsyncResult_">EndInvoke(ref T, IAsyncResult)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Util_DX_SetValueFastDelegate_1_Invoke_System_Object__0__" data-uid="C1.Util.DX.SetValueFastDelegate`1.Invoke(System.Object,`0@)">
          <a class="xref" href="C1.Util.DX.SetValueFastDelegate-1.Invoke.html#C1_Util_DX_SetValueFastDelegate_1_Invoke_System_Object__0__">Invoke(object, ref T)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
