Table of Contents

Class Plugin.OnGamesMergedArgs

Namespace
Playnite
Assembly
Playnite.SDK.dll
public class Plugin.OnGamesMergedArgs
Inheritance
Plugin.OnGamesMergedArgs
Inherited Members

Constructors

OnGamesMergedArgs(Game, IReadOnlyList<Game>)

public OnGamesMergedArgs(Game primaryGame, IReadOnlyList<Game> linkedGames)

Parameters

primaryGame Game
linkedGames IReadOnlyList<Game>

Properties

LinkedGames

public IReadOnlyList<Game> LinkedGames { get; }

Property Value

IReadOnlyList<Game>

PrimaryGame

public Game PrimaryGame { get; }

Property Value

Game