CodeBlockLineNumber Property
Gets or sets the line number where the code block appears in the source text.
Namespace: GenerativeAI.CoreAssembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
public int LineNumber { get; set; }
Property Value
Int32
This property indicates the starting line number of a code block, providing
contextual information about its location within the original source content.