File: Microsoft\VisualBasic\CompilerServices\StaticLocalInitFlag.vb | Web Access |
Project: src\src\libraries\Microsoft.VisualBasic.Core\src\Microsoft.VisualBasic.Core.vbproj (Microsoft.VisualBasic.Core) |
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. Namespace Global.Microsoft.VisualBasic.CompilerServices <Global.System.Diagnostics.DebuggerNonUserCode()> <Global.System.ComponentModel.EditorBrowsable(Global.System.ComponentModel.EditorBrowsableState.Never)> Public NotInheritable Class StaticLocalInitFlag Public State As Short End Class End Namespace |