# C1.WPF.Extended.MethodAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Extended_MethodAttribute" data-uid="C1.WPF.Extended.MethodAttribute" class="text-break">MethodAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Used to provide configuration information for the C1PropertyGrid.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.WPF.Extended.MemberAttribute.html">MemberAttribute</a></div>
    <div class="level2"><span class="xref">MethodAttribute</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Extended.html">C1.WPF.Extended</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Extended.4.6.2.dll</h6>
  <h5 id="C1_WPF_Extended_MethodAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MethodAttribute : MemberAttribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MethodAttribute
    Inherits MemberAttribute</code></pre>
  </div>
  <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_WPF_Extended_MethodAttribute__ctor" data-uid="C1.WPF.Extended.MethodAttribute.#ctor">
          <a class="xref" href="C1.WPF.Extended.MethodAttribute.-ctor.html#C1_WPF_Extended_MethodAttribute__ctor">MethodAttribute()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Extended.MethodAttribute.html">MethodAttribute</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Extended_MethodAttribute_MethodInfo" data-uid="C1.WPF.Extended.MethodAttribute.MethodInfo">
          <a class="xref" href="C1.WPF.Extended.MethodAttribute.MethodInfo.html#C1_WPF_Extended_MethodAttribute_MethodInfo">MethodInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the MethodInfo corresponding to the current method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_MethodAttribute_ParameterValues" data-uid="C1.WPF.Extended.MethodAttribute.ParameterValues">
          <a class="xref" href="C1.WPF.Extended.MethodAttribute.ParameterValues.html#C1_WPF_Extended_MethodAttribute_ParameterValues">ParameterValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ordered list of parameter values used to invoke the method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_MethodAttribute_Parameters" data-uid="C1.WPF.Extended.MethodAttribute.Parameters">
          <a class="xref" href="C1.WPF.Extended.MethodAttribute.Parameters.html#C1_WPF_Extended_MethodAttribute_Parameters">Parameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ordered list of parameter Types in the methods signature.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
