CompilationResult.GetDescriptionForVariable(string)
Method in CompilationResult
Summary
Gets the description for a given variable, if it exists.
public string? GetDescriptionForVariable(string variableName)Parameters
| Name | Description |
|---|---|
string variableName | The name of the variable. |
Returns
The description for the variable, or null
if none was found.