Class ReentranceDetection<TQuery>
Inheritance
System.Object
ReentranceDetection<TQuery>
Assembly: Eco.Core.dll
Syntax
public class ReentranceDetection<TQuery> : Object
Type Parameters
Constructors
ReentranceDetection()
Declaration
public ReentranceDetection()
Methods
Remove(ReentrantQuery<TQuery>)
Declaration
public void Remove(ReentrantQuery<TQuery> t)
Parameters
Test(TQuery)
Declaration
public ReentrantQuery<TQuery> Test(TQuery t)
Parameters
Type |
Name |
Description |
TQuery |
t |
|
Returns
Extension Methods