//---------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // //---------------------------------------------------------------- namespace System.Activities.Presentation.Metadata { using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; internal class ActivityDelegateMetadata : Collection { } }