ThreadedCommentAuthorCollection

ThreadedCommentAuthorCollection class

代表所有 . 的人

public class ThreadedCommentAuthorCollection : CollectionBase<ThreadedCommentAuthor>

构造函数

姓名描述
ThreadedCommentAuthorCollection()默认构造函数。

特性

姓名描述
Capacity { get; set; }
Count { get; }
CurrentPerson { get; set; }获取和设置当前用户。
Item { get; }获取创建线程评论的人。 (2 indexers)
Item { get; set; }

方法

姓名描述
Add(string, string, string)添加一个线程评论人。
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)获取 ThreadedCommentAuthor 对象的索引 (2 methods)
IndexOf(ThreadedCommentAuthor, int)
IndexOf(ThreadedCommentAuthor, int, int)
LastIndexOf(ThreadedCommentAuthor)
LastIndexOf(ThreadedCommentAuthor, int)
LastIndexOf(ThreadedCommentAuthor, int, int)
RemoveAt(int)

也可以看看