I tried Syntax Highlighter MT in wordpress.org and
<pre class="brush: c#; highlight: [1, 3]">
IEnumerable<MyEntity> LoadMyEntities(Expression<Func<MyEntity, bool >> predicate)
{
return Context.MyEntities.Where(predicate);
}
</pre>
I guess it messed up the >>
with sth..Any ideas? Is there any good alternative syntax highlighter?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire