IsThreadedComment

Comment.IsThreadedComment property

Indica si este comentario es un comentario encadenado.

public bool IsThreadedComment { get; }

Ejemplos


[C#]
if(comment1.IsThreadedComment)
{
    //Este comentario es un comentario encadenado.
}

Ver también