diff options
Diffstat (limited to 'src/mscorlib/src/System/Runtime/InteropServices/Expando/IExpando.cs')
-rw-r--r-- | src/mscorlib/src/System/Runtime/InteropServices/Expando/IExpando.cs | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/mscorlib/src/System/Runtime/InteropServices/Expando/IExpando.cs b/src/mscorlib/src/System/Runtime/InteropServices/Expando/IExpando.cs index 429ce13918..2bd398b7a9 100644 --- a/src/mscorlib/src/System/Runtime/InteropServices/Expando/IExpando.cs +++ b/src/mscorlib/src/System/Runtime/InteropServices/Expando/IExpando.cs @@ -11,11 +11,12 @@ // // // The IExpando Interface. -namespace System.Runtime.InteropServices.Expando { - - using System; - using System.Reflection; +using System; +using System.Reflection; + +namespace System.Runtime.InteropServices.Expando +{ [Guid("AFBF15E6-C37C-11d2-B88E-00A0C9B471B8")] internal interface IExpando : IReflect { |