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

Insert() public method

public Insert ( int index, PhotoCommentInfo value ) : void
index int
value PhotoCommentInfo
return void
		public void Insert(int index, PhotoCommentInfo value)	
		{
			List.Insert(index, value);
		}