Imported Upstream version 4.3.2.467

Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
Xamarin Public Jenkins
2016-02-22 11:00:01 -05:00
parent f302175246
commit f3e3aab35a
4097 changed files with 122406 additions and 82300 deletions

View File

@@ -1,7 +1,3 @@
#if !ISOLATION_IN_MSCORLIB
#define FEATURE_COMINTEROP
#endif
using System;
using System.IO;
using System.Runtime.InteropServices;
@@ -17,7 +13,6 @@ using System.Threading;
namespace System.Deployment.Internal.Isolation
{
#if FEATURE_COMINTEROP
[ComImport, InterfaceType(ComInterfaceType.InterfaceIsIUnknown),Guid("285a8862-c84a-11d7-850f-005cd062464f")]
internal interface ISection
{
@@ -69,5 +64,4 @@ namespace System.Deployment.Internal.Isolation
uint Count { get; }
object GetItem(uint SectionId);
}
#endif
}