DotNext by .NET Foundation and Contributors

<PackageReference Include="DotNext" Version="4.12.4" />

.NET API 581,016 bytes

 IResettable

public interface IResettable
Represents common contract for all mutable objects that support revert of their internal state.
void Reset()

Resets the internal state.