File: src\roslyn\artifacts\obj\Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes\Release\netstandard2.0\VisualBasicCodeFixesResources.vb
Project: src\roslyn\src\CodeStyle\VisualBasic\CodeFixes\Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes.vbproj (Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes)
' <auto-generated>
Imports System.Reflection



Friend Partial Class VisualBasicCodeFixesResources
    Private Sub New
    End Sub
    
    Private Shared s_resourceManager As Global.System.Resources.ResourceManager
    Friend Shared ReadOnly Property ResourceManager As Global.System.Resources.ResourceManager
        Get
            If s_resourceManager Is Nothing Then
                s_resourceManager = New Global.System.Resources.ResourceManager(GetType(VisualBasicCodeFixesResources))
            End If
            Return s_resourceManager
        End Get
    End Property
    Friend Shared Property Culture As Global.System.Globalization.CultureInfo
    <Global.System.Runtime.CompilerServices.MethodImpl(Global.System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)>
    Friend Shared Function GetResourceString(ByVal resourceKey As String, Optional ByVal defaultValue As String = Nothing) As String
        Return ResourceManager.GetString(resourceKey, Culture)
    End Function
    ''' <summary>Remove unnecessary imports</summary>
    Friend Shared ReadOnly Property [Remove_unnecessary_imports] As String
      Get
        Return GetResourceString("Remove_unnecessary_imports")
      End Get
    End Property
    ''' <summary>Add 'Me.'</summary>
    Friend Shared ReadOnly Property [Add_Me] As String
      Get
        Return GetResourceString("Add_Me")
      End Get
    End Property
    ''' <summary>Convert 'GetType' to 'NameOf'</summary>
    Friend Shared ReadOnly Property [Convert_GetType_to_NameOf] As String
      Get
        Return GetResourceString("Convert_GetType_to_NameOf")
      End Get
    End Property
    ''' <summary>Simplify object creation</summary>
    Friend Shared ReadOnly Property [Simplify_object_creation] As String
      Get
        Return GetResourceString("Simplify_object_creation")
      End Get
    End Property
    ''' <summary>Add &lt;Obsolete&gt;</summary>
    Friend Shared ReadOnly Property [Add_Obsolete] As String
      Get
        Return GetResourceString("Add_Obsolete")
      End Get
    End Property
    ''' <summary>Convert {0} to Iterator</summary>
    Friend Shared ReadOnly Property [Convert_0_to_Iterator] As String
      Get
        Return GetResourceString("Convert_0_to_Iterator")
      End Get
    End Property
    ''' <summary>Make '{0}' inheritable</summary>
    Friend Shared ReadOnly Property [Make_0_inheritable] As String
      Get
        Return GetResourceString("Make_0_inheritable")
      End Get
    End Property
    ''' <summary>Replace 'Return' with 'Yield</summary>
    Friend Shared ReadOnly Property [Replace_Return_with_Yield] As String
      Get
        Return GetResourceString("Replace_Return_with_Yield")
      End Get
    End Property
    ''' <summary>Make {0} an Async Function.</summary>
    Friend Shared ReadOnly Property [Make_0_an_Async_Function] As String
      Get
        Return GetResourceString("Make_0_an_Async_Function")
      End Get
    End Property
    ''' <summary>Make Async Function</summary>
    Friend Shared ReadOnly Property [Make_Async_Function] As String
      Get
        Return GetResourceString("Make_Async_Function")
      End Get
    End Property
    ''' <summary>This method is used as a delegate; changing the return type may result in build errors</summary>
    Friend Shared ReadOnly Property [This_method_is_used_as_a_delegate_changing_the_return_type_may_result_in_build_errors] As String
      Get
        Return GetResourceString("This_method_is_used_as_a_delegate_changing_the_return_type_may_result_in_build_errors")
      End Get
    End Property
    ''' <summary>Make Async Sub</summary>
    Friend Shared ReadOnly Property [Make_Async_Sub] As String
      Get
        Return GetResourceString("Make_Async_Sub")
      End Get
    End Property

End Class