Skip to content

Instantly share code, notes, and snippets.

@NickStrupat
Last active December 15, 2015 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickStrupat/a45ca23a47d64bc07c86 to your computer and use it in GitHub Desktop.
Save NickStrupat/a45ca23a47d64bc07c86 to your computer and use it in GitHub Desktop.
Out
[assembly:Out.Out.Out, @out.@out.Out]
namespace Out {
[Out, @out.@out.Out] public struct Out {
[Out, @out.@out.Out] public class OutAttribute : Attribute {}
[Out, @out.@out.Out] public Out @out([Out, @out.@out.Out] out Out @out) { return @out.@out(out @out); }
}
}
namespace @out {
[Out, Out.Out.Out] public class @out {
[Out, Out.Out.Out] public class OutAttribute : Attribute {}
[Out, Out.Out.Out] Out.Out Out = new Out.Out();
[Out, Out.Out.Out] public @out() { Out.Out @out = Out.@out(out Out); }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment