System.Activities.Design.Core Namespace

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The System.Activities.Design.Core namespace contains a class used to generate a generic collection class from a given type.

Classes

  Class Description
Public class GenericTypeParameterConverter Generates a generic collection class of a given type. That is, the Class1 class could be converted into List< Class1>.