GetDescriptionForVariable(string)
Last updated
Was this helpful?
Method in CompilationResult
Gets the description for a given variable, if it exists.
public string? GetDescriptionForVariable(string variableName)string variableName
The name of the variable.
The description for the variable, or null if none was found.
Last updated
Was this helpful?
Was this helpful?
