There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

RonSijm ,
@RonSijm@programming.dev avatar

Is it Java? It looked like Microsoft Java C# to me…


<span style="color:#323232;">    public static void Main(string[] args)
</span><span style="color:#323232;">    {
</span><span style="color:#323232;">        var meme = new Meme();
</span><span style="color:#323232;">        var joke = GetTheJoke(meme);
</span><span style="color:#323232;">    }
</span><span style="color:#323232;">    
</span><span style="color:#323232;">    public static Joke GetTheJoke(Meme theMeme)
</span><span style="color:#323232;">    {
</span><span style="color:#323232;">        var memeType = typeof(Meme);
</span><span style="color:#323232;">        var jokeField = memeType.GetField("Joke", BindingFlags.NonPublic | BindingFlags.Instance);
</span><span style="color:#323232;">        return (Joke)jokeField.GetValue(theMeme);
</span><span style="color:#323232;">    }
</span>
  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines