Skip to content

Instantly share code, notes, and snippets.

View masilver99's full-sized avatar

Michael Silver masilver99

View GitHub Profile
@ih2502mk
ih2502mk / list.md
Last active April 21, 2025 17:47
Quantopian Lectures Saved
[TestClass]
public class SwitchEnumTests
{
[TestMethod]
public void TestSwitcher_WithToString()
{
StringedShape stringedShape = StringedShape.Rectangle;
switch (stringedShape.ToString())