Click or drag to resize
RessourceFileWrapperGetAll Method
View Project on GitHub
Returns all RessourceFiles.

Namespace: GW2CSharp.V2.Unauthenticated.Files
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<RessourceFile> GetAll()

Return Value

Type: IEnumerableRessourceFile
All RessourceFiles.
See Also