C# Class Nexus.Client.HelpInformation.HelpLink

Describes a link to a help resource.
ファイルを表示 Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
HelpLink ( string p_strName, string p_strUrl ) : System.Collections.Generic

A simple constructor that initializes the object with its dependencies.

Method Details

HelpLink() public method

A simple constructor that initializes the object with its dependencies.
public HelpLink ( string p_strName, string p_strUrl ) : System.Collections.Generic
p_strName string The name of the help resource.
p_strUrl string The URL to the help resource.
return System.Collections.Generic