Row

Comment.Row property

Ottiene l’indice di riga del commento.

public int Row { get; }

Esempi


[C#]
int row = comment1.Row;

Guarda anche