ThreadedCommentAuthorCollection

ThreadedCommentAuthorCollection class

Representa a todas las personas que .

public class ThreadedCommentAuthorCollection : CollectionBase<ThreadedCommentAuthor>

Constructores

NombreDescripción
ThreadedCommentAuthorCollection()Constructor predeterminado

Propiedades

NombreDescripción
Capacity { get; set; }
Count { get; }
CurrentPerson { get; set; }Obtiene y establece el usuario actual.
Item { get; }Obtiene la persona que crea los comentarios encadenados. (2 indexers)
Item { get; set; }

Métodos

NombreDescripción
Add(string, string, string)Agrega una persona de comentario de hilo.
BinarySearch(ThreadedCommentAuthor)
BinarySearch(ThreadedCommentAuthor, IComparer<ThreadedCommentAuthor>)
BinarySearch(int, int, ThreadedCommentAuthor, IComparer<ThreadedCommentAuthor>)
Clear()
Contains(ThreadedCommentAuthor)
CopyTo(ThreadedCommentAuthor[])
CopyTo(ThreadedCommentAuthor[], int)
CopyTo(int, ThreadedCommentAuthor[], int, int)
Exists(Predicate<ThreadedCommentAuthor>)
Find(Predicate<ThreadedCommentAuthor>)
FindAll(Predicate<ThreadedCommentAuthor>)
FindIndex(Predicate<ThreadedCommentAuthor>)
FindIndex(int, Predicate<ThreadedCommentAuthor>)
FindIndex(int, int, Predicate<ThreadedCommentAuthor>)
FindLast(Predicate<ThreadedCommentAuthor>)
FindLastIndex(Predicate<ThreadedCommentAuthor>)
FindLastIndex(int, Predicate<ThreadedCommentAuthor>)
FindLastIndex(int, int, Predicate<ThreadedCommentAuthor>)
GetEnumerator()
IndexOf(ThreadedCommentAuthor)Obtiene el índice de ThreadedCommentAuthor object (2 methods)
IndexOf(ThreadedCommentAuthor, int)
IndexOf(ThreadedCommentAuthor, int, int)
LastIndexOf(ThreadedCommentAuthor)
LastIndexOf(ThreadedCommentAuthor, int)
LastIndexOf(ThreadedCommentAuthor, int, int)
RemoveAt(int)

Ver también