Microsoft.Extensions.ObjectPool.IResettable
Defines a method to reset an object to its initial state.
namespace Microsoft.Extensions.ObjectPool
{
public interface IResettable
{
bool TryReset();
}
}