Table of Contents

Interface IScrollSpyFactory

Namespace
MudBlazor
Assembly
MudBlazor.dll

Factory interface for creating instances of IScrollSpy.

public interface IScrollSpyFactory
Extension Methods

Methods

Create()

Creates a new instance of IScrollSpy.

IScrollSpy Create()

Returns

IScrollSpy

A new instance of IScrollSpy.

Remarks

If you are creating this IScrollSpy instance yourself using this factory, then you need to manually call DisposeAsync(); otherwise, you will get a memory leak.