You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
419 B

using System.Collections;
namespace AjaxSampleCS.Sample2
{
/// <summary>
/// A strongly-typed collection for Documents
/// </summary>
public class DocumentCollection : CollectionBase
{
#region Constructors
public DocumentCollection(){}
/// <summary>
/// Creates a new instance based on an already existing collection
/// </summary>
public DocumentCollection(DocumentCollection value)