Moq.EntityFrameworkCore.DbAsyncQueryProvider.InMemoryDbAsyncEnumerator.Dispose(bool)

Here are the examples of the csharp api Moq.EntityFrameworkCore.DbAsyncQueryProvider.InMemoryDbAsyncEnumerator.Dispose(bool) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : InMemoryDbAsyncEnumerator.cs
with MIT License
from MichalJankowskii

public void Dispose()
        {
            this.Dispose(true);
            GC.SuppressFinalize(this);
        }