Skip to content

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

Description

@konard

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions