File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
nanoFramework.CoreLibrary/System/Diagnostics Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1- // Licensed to the .NET Foundation under one or more agreements.
1+ // Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
44using System . Runtime . CompilerServices ;
@@ -244,7 +244,6 @@ public DebuggerBrowsableState State
244244 /// </summary>
245245 /// <remarks>Available only in mscorlib build with support for System.Reflection.</remarks>
246246 [ AttributeUsage ( AttributeTargets . Struct | AttributeTargets . Class | AttributeTargets . Assembly , AllowMultiple = true ) ]
247- [ ExcludeType ]
248247 public sealed class DebuggerTypeProxyAttribute : Attribute
249248 {
250249 private readonly string _typeName ;
You can’t perform that action at this time.
0 commit comments