CompilationResult.GetDescriptionForVariable(string)

Method in CompilationResult

Summary

Gets the description for a given variable, if it exists.

public string? GetDescriptionForVariable(string variableName)

Parameters

NameDescription
string variableNameThe name of the variable.

Returns

The description for the variable, or null if none was found.