Example #1
0
 /// <inheritdoc/>
 public override bool IsStale()
 {
     return(WrappedElement.IsStale());
 }
 /// <summary>
 /// Used to check if the component is still valid for use.
 /// </summary>
 /// <returns></returns>
 public virtual bool IsStale()
 {
     return(WrappedElement?.IsStale() ?? true);
 }
 /// <inheritdoc/>
 public virtual bool IsStale()
 {
     return(WrappedElement.IsStale());
 }