We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IDeepCloneable
1 parent 625da6f commit 4e03546Copy full SHA for 4e03546
src/Microsoft.Management.UI.Internal/ManagementList/FilterCore/IDeepCloneable.cs
@@ -6,8 +6,7 @@ namespace Microsoft.Management.UI.Internal
6
/// <summary>
7
/// Defines a generalized method for creating a deep copy of an instance.
8
/// </summary>
9
- [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.MSInternal", "CA903:InternalNamespaceShouldNotContainPublicTypes")]
10
- public interface IDeepCloneable
+ internal interface IDeepCloneable
11
{
12
13
/// Creates a deep copy of the current instance.
0 commit comments