Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove this inner class, when Disposable class start support AllowMultipleDisposeCalls value overriding #122

Open
Konard opened this issue Nov 10, 2019 · 0 comments

Comments

@Konard
Copy link
Member

Konard commented Nov 10, 2019

protected class DisposableWithMultipleCallsAllowed : Disposable
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public DisposableWithMultipleCallsAllowed(Disposal disposal) : base(disposal) { }
protected override bool AllowMultipleDisposeCalls
{
[MethodImpl(MethodImplOptions.AggressiveInlining)]
get => true;
}
}

This issue can be closed as soon as linksplatform/Disposables#35 issue is fixed.

@Konard Konard changed the title Remove this inner class, when Disposable start support AllowMultipleDisposeCalls value overriding Remove this inner class, when Disposable class start support AllowMultipleDisposeCalls value overriding Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant