Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 396 Bytes

snippet-template.md

File metadata and controls

24 lines (20 loc) · 396 Bytes
title tags
MyFunction
utility,intermediate

Explain briefly what the snippet does.

  • Explain briefly how the snippet works.
  • Use bullet points for your snippet's explanation.
  • Try to explain everything briefly but clearly.
public static partial class _30s
{
  public static void MyFunction()
  {
    // Your code here
  }
}
_30s.MyFunction(); // Result