Method GetLines
GetLines(IResourceLoader, String)
Returns the resource's lines (with content treated as UTF-8)
Declaration
protected IList<string> GetLines(IResourceLoader loader, string resource)
Parameters
Type | Name | Description |
---|---|---|
IResourceLoader | loader | |
System.String | resource |
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |