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 January 24, 2026 09:25
Quantopian Lectures Saved
[TestClass]
public class SwitchEnumTests
{
[TestMethod]
public void TestSwitcher_WithToString()
{
StringedShape stringedShape = StringedShape.Rectangle;
switch (stringedShape.ToString())