# C1.LiveLinq.LiveViews.Xml.XHint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_LiveLinq_LiveViews_Xml_XHint" data-uid="C1.LiveLinq.LiveViews.Xml.XHint" class="text-break">XHint Class
</h1>
  <div class="markdown level0 summary"><p>The class used for the return type in the <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XmlExtensions.IndexedElement.html#C1_LiveLinq_LiveViews_Xml_XmlExtensions_IndexedElement_System_Xml_Linq_XContainer_System_Xml_Linq_XName_">IndexedElement(XContainer, XName)</a> and <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XmlExtensions.IndexedAttribute.html#C1_LiveLinq_LiveViews_Xml_XmlExtensions_IndexedAttribute_System_Xml_Linq_XElement_System_Xml_Linq_XName_">IndexedAttribute(XElement, XName)</a> extension methods.</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"><span class="xref">XHint</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.LiveLinq.LiveViews.Xml.html">C1.LiveLinq.LiveViews.Xml</a></h6>
  <h6><strong>Assembly</strong>: C1.LiveLinq.4.8.dll</h6>
  <h5 id="C1_LiveLinq_LiveViews_Xml_XHint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class XHint</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class XHint</code></pre>
  </div>
  <h5 id="C1_LiveLinq_LiveViews_Xml_XHint_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class is not used in execution, because hints like <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XmlExtensions.IndexedElement.html#C1_LiveLinq_LiveViews_Xml_XmlExtensions_IndexedElement_System_Xml_Linq_XContainer_System_Xml_Linq_XName_">IndexedElement(XContainer, XName)</a> and <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XmlExtensions.IndexedAttribute.html#C1_LiveLinq_LiveViews_Xml_XmlExtensions_IndexedAttribute_System_Xml_Linq_XElement_System_Xml_Linq_XName_">IndexedAttribute(XElement, XName)</a>
are never executed, they are used merely to convey information ('hint') to LiveLinq query optimizer, they are discarded
before the query is executed. The only purpose of this class is to preserve syntactical correctness of the query.</p>
</div>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Boolean" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Boolean">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Boolean">explicit operator bool(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_DateTime" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.DateTime">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_DateTime">explicit operator DateTime(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_DateTimeOffset" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.DateTimeOffset">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_DateTimeOffset">explicit operator DateTimeOffset(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetimeoffset">DateTimeOffset</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Decimal" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Decimal">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Decimal">explicit operator decimal(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Double" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Double">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Double">explicit operator double(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Guid" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Guid">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Guid">explicit operator Guid(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Int32" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Int32">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Int32">explicit operator int(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Int64" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Int64">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Int64">explicit operator long(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Boolean_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Boolean}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Boolean_">explicit operator bool?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_DateTimeOffset_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.DateTimeOffset}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_DateTimeOffset_">explicit operator DateTimeOffset?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetimeoffset">DateTimeOffset</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_DateTime_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.DateTime}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_DateTime_">explicit operator DateTime?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.datetime">DateTime</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Decimal_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Decimal}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Decimal_">explicit operator decimal?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">decimal</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Double_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Double}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Double_">explicit operator double?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Guid_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Guid}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Guid_">explicit operator Guid?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.guid">Guid</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Int32_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Int32}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Int32_">explicit operator int?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Int64_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Int64}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Int64_">explicit operator long?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Single_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.Single}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_Single_">explicit operator float?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_TimeSpan_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.TimeSpan}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_TimeSpan_">explicit operator TimeSpan?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_UInt32_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.UInt32}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_UInt32_">explicit operator uint?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_UInt64_" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Nullable{System.UInt64}">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Nullable_System_UInt64_">explicit operator ulong?(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a nullable <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint64">ulong</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Single" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.Single">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_Single">explicit operator float(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_String" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.String">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_String">explicit operator string(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_TimeSpan" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.TimeSpan">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_TimeSpan">explicit operator TimeSpan(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.timespan">TimeSpan</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_UInt32" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.UInt32">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_UInt32">explicit operator uint(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint32">uint</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_UInt64" data-uid="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit(C1.LiveLinq.LiveViews.Xml.XHint)~System.UInt64">
          <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.op_Explicit.html#C1_LiveLinq_LiveViews_Xml_XHint_op_Explicit_C1_LiveLinq_LiveViews_Xml_XHint__System_UInt64">explicit operator ulong(XHint)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the specified <a class="xref" href="C1.LiveLinq.LiveViews.Xml.XHint.html">XHint</a> to a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.uint64">ulong</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_">Hints.Indexed&lt;T&gt;(T)</a>
  </div>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_C1_LiveLinq_IndexingHintAction_">Hints.Indexed&lt;T&gt;(T, IndexingHintAction)</a>
  </div>

</div>
