17 строки
473 B
C#
17 строки
473 B
C#
// Copyright (c) Microsoft Corporation. All rights reserved. See License.txt in the project root for license information.
|
|
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace Microsoft.Practices.Unity.InterceptionExtension.Tests
|
|
{
|
|
public static partial class AssortedParameterKindsAreProperlyHandledHelper
|
|
{
|
|
public partial class TypeWithAssertedParameterKinds : MarshalByRefObject
|
|
{
|
|
}
|
|
}
|
|
}
|