File: System\ServiceModel\Description\IServiceDescriptionBuilder.cs
Project: ndp\cdf\src\NetFx35\System.WorkflowServices\System.WorkflowServices.csproj (System.WorkflowServices)
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------
 
namespace System.ServiceModel.Description
{
    using System;
 
    interface IServiceDescriptionBuilder
    {
        void BuildServiceDescription(ServiceDescriptionContext context);
    }
}