Item

ThreadedCommentAuthorCollection indexer (1 of 2)

Obtiene la persona que crea los comentarios encadenados.

public ThreadedCommentAuthor this[int index] { get; }
ParámetroDescripción
indexEl índice

Ver también


ThreadedCommentAuthorCollection indexer (2 of 2)

Obtiene la persona que crea los comentarios encadenados.

public ThreadedCommentAuthor this[string name] { get; }
ParámetroDescripción
nameEl nombre del autor.

Ver también