Discuz.Entity.PhotoCommentInfoCollection.GetEnumerator C# (CSharp) 메소드

GetEnumerator() 공개 메소드

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