Method in CompilationResult
Gets the user-facing string for a given key from the code dump helper's string table.
public string? GetStringForKey(string key)
string key
string
The key to fetch a string for.
The found string, or null if none was found.
null
Last updated 2 months ago
Was this helpful?