Skip to content

Instantly share code, notes, and snippets.

View masilver99's full-sized avatar

Michael Silver masilver99

View GitHub Profile
[TestClass]
public class SwitchEnumTests
{
[TestMethod]
public void TestSwitcher_WithToString()
{
StringedShape stringedShape = StringedShape.Rectangle;
switch (stringedShape.ToString())
@ih2502mk
ih2502mk / list.md
Last active November 16, 2024 07:56
Quantopian Lectures Saved