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

GetEnumerator() public method

Returns an enumerator that can iterate through the PhotoCommentInfoCollection instance.
public GetEnumerator ( ) : PhotoCommentInfoCollectionEnumerator
return PhotoCommentInfoCollectionEnumerator
		public new PhotoCommentInfoCollectionEnumerator GetEnumerator()	
		{
			return new PhotoCommentInfoCollectionEnumerator(this);
		}