# C1.LiveLinq.DeletedStateIsAvailableAttribute

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_LiveLinq_DeletedStateIsAvailableAttribute" data-uid="C1.LiveLinq.DeletedStateIsAvailableAttribute" class="text-break">DeletedStateIsAvailableAttribute Class
</h1>
  <div class="markdown level0 summary"><p>Indicates that the properties of an object of a class still return
correct property values after the object has been deleted from the collection it belonged to.</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="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a></div>
    <div class="level2"><span class="xref">DeletedStateIsAvailableAttribute</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.interopservices._attribute">_Attribute</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.LiveLinq.html">C1.LiveLinq</a></h6>
  <h6><strong>Assembly</strong>: C1.LiveLinq.4.8.dll</h6>
  <h5 id="C1_LiveLinq_DeletedStateIsAvailableAttribute_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[AttributeUsage(AttributeTargets.Class, Inherited = true, AllowMultiple = false)]
public sealed class DeletedStateIsAvailableAttribute : Attribute, _Attribute</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;AttributeUsage(AttributeTargets.Class, Inherited:=True, AllowMultiple:=False)&gt;
Public NotInheritable Class DeletedStateIsAvailableAttribute
    Inherits Attribute
    Implements _Attribute</code></pre>
  </div>
  <h5 id="C1_LiveLinq_DeletedStateIsAvailableAttribute_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This attribute is used with classes of elements of <a class="xref" href="C1.LiveLinq.Collections.IndexedCollection-1.html">IndexedCollection&lt;T&gt;</a> and other collections implementing <a class="xref" href="C1.LiveLinq.IObservableSource-1.html">IObservableSource&lt;T&gt;</a>.
It gives you a way of changing the value of <a class="xref" href="C1.LiveLinq.IObservableSource-1.IsDeletedStateAvailable.html#C1_LiveLinq_IObservableSource_1_IsDeletedStateAvailable">IsDeletedStateAvailable</a> without
having to create a full-blown custom implementation of the <a class="xref" href="C1.LiveLinq.IObservableSource-1.html">IObservableSource&lt;T&gt;</a> interface.</p>
</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_LiveLinq_DeletedStateIsAvailableAttribute__ctor_System_Boolean_" data-uid="C1.LiveLinq.DeletedStateIsAvailableAttribute.#ctor(System.Boolean)">
          <a class="xref" href="C1.LiveLinq.DeletedStateIsAvailableAttribute.-ctor.html#C1_LiveLinq_DeletedStateIsAvailableAttribute__ctor_System_Boolean_">DeletedStateIsAvailableAttribute(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.LiveLinq.DeletedStateIsAvailableAttribute.html">DeletedStateIsAvailableAttribute</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_LiveLinq_DeletedStateIsAvailableAttribute_IsAvailable" data-uid="C1.LiveLinq.DeletedStateIsAvailableAttribute.IsAvailable">
          <a class="xref" href="C1.LiveLinq.DeletedStateIsAvailableAttribute.IsAvailable.html#C1_LiveLinq_DeletedStateIsAvailableAttribute_IsAvailable">IsAvailable</a>
        </td>
        <td class="markdown level1 summary"><p><b>true</b> if the properties of an object of the class still return
correct property values after the object has been deleted from the collection it belonged to.</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>
