Skip to content

Instantly share code, notes, and snippets.

@ProIntegritate
Created September 7, 2021 17:55
Show Gist options
  • Select an option

  • Save ProIntegritate/d484e84e12087fc11a00b7d2cc866123 to your computer and use it in GitHub Desktop.

Select an option

Save ProIntegritate/d484e84e12087fc11a00b7d2cc866123 to your computer and use it in GitHub Desktop.

Revisions

  1. ProIntegritate created this gist Sep 7, 2021.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    Class Something

    <Runtime.CompilerServices.MethodImplAttribute(System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)>
    Public Function fInlineFunction() As String
    Return "Stuff"
    End Function

    End Class