Discuz.Entity.PhotoCommentInfoCollection.this C# (CSharp) Method

this() public method

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
return PhotoCommentInfo
		public PhotoCommentInfo this[int index] 
		{
			get	{return ((PhotoCommentInfo)(this.List[index]));}
		}