Click or drag to resize
RessourceFile Constructor
View Project on GitHub
Initialization of a new color object.

Namespace: GW2CSharp.V2.Unauthenticated.Files
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public RessourceFile(
	string id,
	string icon
)

Parameters

id
Type: SystemString
The file identifier.
icon
Type: SystemString
The URL to the image.
See Also