C# 클래스 Discuz.Entity.PhotoCommentInfoCollection

PhotoCommentInfoCollection µÄժҪ˵Ã÷¡£
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: CyranoChen/DiscuzNT 1 사용 예제들

공개 메소드들

메소드 설명
Add ( PhotoCommentInfo value ) : int
AddRange ( PhotoCommentInfo value ) : void

Copies the elements of the specified PhotoCommentInfo array to the end of the collection.

AddRange ( PhotoCommentInfoCollection value ) : void

Adds the contents of another PhotoCommentInfoCollection to the end of the collection.

Contains ( PhotoCommentInfo value ) : bool

Gets a value indicating whether the collection contains the specified PhotoCommentInfoCollection.

CopyTo ( PhotoCommentInfo array, int index ) : void

Copies the collection Components to a one-dimensional Array instance beginning at the specified index.

GetEnumerator ( ) : PhotoCommentInfoCollectionEnumerator

Returns an enumerator that can iterate through the PhotoCommentInfoCollection instance.

IndexOf ( PhotoCommentInfo value ) : int

Gets the index in the collection of the specified PhotoCommentInfoCollection, if it exists in the collection.

Insert ( int index, PhotoCommentInfo value ) : void
PhotoCommentInfoCollection ( ) : System

Initializes a new instance of the PhotoCommentInfoCollection class.

PhotoCommentInfoCollection ( PhotoCommentInfo value ) : System

Initializes a new instance of the PhotoCommentInfoCollection class containing the specified array of PhotoCommentInfo Components.

PhotoCommentInfoCollection ( PhotoCommentInfoCollection value ) : System

Initializes a new instance of the PhotoCommentInfoCollection class containing the elements of the specified source collection.

Remove ( PhotoCommentInfo value ) : void
this ( int index ) : PhotoCommentInfo

Gets the PhotoCommentInfoCollection at the specified index in the collection.

In C#, this property is the indexer for the PhotoCommentInfoCollection class.

메소드 상세

Add() 공개 메소드

public Add ( PhotoCommentInfo value ) : int
value PhotoCommentInfo
리턴 int

AddRange() 공개 메소드

Copies the elements of the specified PhotoCommentInfo array to the end of the collection.
public AddRange ( PhotoCommentInfo value ) : void
value PhotoCommentInfo An array of type PhotoCommentInfo containing the Components to add to the collection.
리턴 void

AddRange() 공개 메소드

Adds the contents of another PhotoCommentInfoCollection to the end of the collection.
public AddRange ( PhotoCommentInfoCollection value ) : void
value PhotoCommentInfoCollection A PhotoCommentInfoCollection containing the Components to add to the collection.
리턴 void

Contains() 공개 메소드

Gets a value indicating whether the collection contains the specified PhotoCommentInfoCollection.
public Contains ( PhotoCommentInfo value ) : bool
value PhotoCommentInfo The PhotoCommentInfoCollection to search for in the collection.
리턴 bool

CopyTo() 공개 메소드

Copies the collection Components to a one-dimensional Array instance beginning at the specified index.
public CopyTo ( PhotoCommentInfo array, int index ) : void
array PhotoCommentInfo The one-dimensional Array that is the destination of the values copied from the collection.
index int The index of the array at which to begin inserting.
리턴 void

GetEnumerator() 공개 메소드

Returns an enumerator that can iterate through the PhotoCommentInfoCollection instance.
public GetEnumerator ( ) : PhotoCommentInfoCollectionEnumerator
리턴 PhotoCommentInfoCollectionEnumerator

IndexOf() 공개 메소드

Gets the index in the collection of the specified PhotoCommentInfoCollection, if it exists in the collection.
public IndexOf ( PhotoCommentInfo value ) : int
value PhotoCommentInfo The PhotoCommentInfoCollection to locate in the collection.
리턴 int

Insert() 공개 메소드

public Insert ( int index, PhotoCommentInfo value ) : void
index int
value PhotoCommentInfo
리턴 void

PhotoCommentInfoCollection() 공개 메소드

Initializes a new instance of the PhotoCommentInfoCollection class.
public PhotoCommentInfoCollection ( ) : System
리턴 System

PhotoCommentInfoCollection() 공개 메소드

Initializes a new instance of the PhotoCommentInfoCollection class containing the specified array of PhotoCommentInfo Components.
public PhotoCommentInfoCollection ( PhotoCommentInfo value ) : System
value PhotoCommentInfo An array of PhotoCommentInfo Components with which to initialize the collection.
리턴 System

PhotoCommentInfoCollection() 공개 메소드

Initializes a new instance of the PhotoCommentInfoCollection class containing the elements of the specified source collection.
public PhotoCommentInfoCollection ( PhotoCommentInfoCollection value ) : System
value PhotoCommentInfoCollection A PhotoCommentInfoCollection with which to initialize the collection.
리턴 System

Remove() 공개 메소드

public Remove ( PhotoCommentInfo value ) : void
value PhotoCommentInfo
리턴 void

this() 공개 메소드

Gets the PhotoCommentInfoCollection at the specified index in the collection.

In C#, this property is the indexer for the PhotoCommentInfoCollection class.

public this ( int index ) : PhotoCommentInfo
index int
리턴 PhotoCommentInfo