Skip to content

Instantly share code, notes, and snippets.

View natalie-o-perret's full-sized avatar
🐈
Meow.

Natalie Perret natalie-o-perret

🐈
Meow.
View GitHub Profile
@natalie-o-perret
natalie-o-perret / Example.Decompiled.cs
Last active January 12, 2019 19:37
C# yield keyword compilation rewriting example
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Security;
using System.Security.Permissions;
[assembly: CompilationRelaxations(8)]