- //
- // System.Web.Services.Description.OperationOutput.cs
- //
- // Author:
- // Tim Coleman ([email protected])
- //
- // Copyright (C) Tim Coleman, 2002
- //
- namespace System.Web.Services.Description {
- public sealed class OperationOutput : OperationMessage {
- }
- }
|