CodeBlockLineNumber Property

Gets or sets the line number where the code block appears in the source text.

Definition

Namespace: GenerativeAI.Core
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public int LineNumber { get; set; }

Property Value

Int32

Remarks

This property indicates the starting line number of a code block, providing contextual information about its location within the original source content.

See Also