Table of Contents

Method GetService

Namespace
Terminal.Gui.Editor.Document.Utils
Assembly
Terminal.Gui.Editor.dll

GetService<T>(IServiceProvider)

public static T GetService<T>(this IServiceProvider provider) where T : class

Parameters

provider IServiceProvider

Returns

T

Type Parameters

T