File: System\Reflection\Metadata\Internal\MetadataStreamConstants.cs | Web Access |
Project: src\src\libraries\System.Reflection.Metadata\src\System.Reflection.Metadata.csproj (System.Reflection.Metadata) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Reflection.Metadata.Ecma335 { internal static class MetadataStreamConstants { internal const int SizeOfMetadataTableHeader = 24; internal const uint LargeTableRowCount = 0x00010000; } } |