dotnet-core/release-notes/2.1/Preview/api-diff/preview2/2.1-preview2_System.Reflection.Metadata.md
2018-04-10 17:24:20 -07:00

380 B

System.Reflection.Metadata

 namespace System.Reflection.Metadata {
     public sealed class DebugMetadataHeader {
+        public int IdStartOffset { get; }
     }
     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
     public struct TypeDefinition {
+        public bool IsNested { get; }
     }
 }