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

PhotoCommentInfoCollection() public method

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.
return System
		public PhotoCommentInfoCollection(PhotoCommentInfo[] value)
		{
			this.AddRange(value);
		}
		

Same methods

PhotoCommentInfoCollection::PhotoCommentInfoCollection ( ) : System
PhotoCommentInfoCollection::PhotoCommentInfoCollection ( PhotoCommentInfoCollection value ) : System