C# 클래스 Nexus.Client.HelpInformation.HelpLink

Describes a link to a help resource.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
HelpLink ( string p_strName, string p_strUrl ) : System.Collections.Generic

A simple constructor that initializes the object with its dependencies.

메소드 상세

HelpLink() 공개 메소드

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.
리턴 System.Collections.Generic