Item

ThreadedCommentAuthorCollection indexer (1 of 2)

Ottiene la persona che crea i commenti in thread.

public ThreadedCommentAuthor this[int index] { get; }
ParametroDescrizione
indexL’indice

Guarda anche


ThreadedCommentAuthorCollection indexer (2 of 2)

Ottiene la persona che crea i commenti in thread.

public ThreadedCommentAuthor this[string name] { get; }
ParametroDescrizione
nameIl nome dell’autore.

Guarda anche