NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

The System Collection Classes

Overview

This document describes the system collection classes. They are designed to facilitate interoperability between collection definers, provide rich implementations of common collections and support the collection design pattern.

Abstract

The System provides a set of Collection classes that meet three primary goals:

  1. Interfaces that represent a standard definition for common collection to facilitate interoperability between collections. Interfaces are the standards for collection because many objects may want to act like collections.
  2. Reference implementation of the recommended Collection design pattern.
  3. Functionality rich implementations of common collection classes that wrap the collection interfaces we have defined.