GitHubAuthor Constructor

Initializes a new instance of the GitHubAuthor class.

Definition

Namespace: DevCase.ThirdParty.GitHub
Assembly: DevCase.net48.ThirdParty.GitHub (in DevCase.net48.ThirdParty.GitHub.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public GitHubAuthor(
	XElement xml
)

Parameters

xml  XElement
An XElement that contains the fields to parse.

See: https://api.github.com/repos/{user}/{repo}/releases

See Also