This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.sn-frameset-header, | |
body, | |
table, | |
.navbar-default, | |
HTML[data-doctype="true"] BODY.non_standard_lists { | |
background: #0a0a0a; | |
} | |
HTML[data-doctype="true"] .veditor_body table.sc_editor, | |
.veditor_body .sc_editor .m2m_filter_container table, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Reflection; | |
using System.Reflection.Emit; | |
namespace ResourceReplace.Extensions | |
{ | |
public static class FuckedExtensions | |
{ | |
private delegate ref TFieldType RefGet< in TObject, TFieldType >( TObject obj ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.module ILTestPlugin.dll | |
.corflags 1 // ILOnly | |
// deps | |
.assembly extern mscorlib | |
{ | |
.ver 2:0:0:0 | |
} |
OlderNewer