Format:
Recent snippets matching tags of base-types
[Mixin("String.prototype")] public static class StringExtensions { public static bool StartsWith(string value) { return ((string)Script.Literal("this")).IndexOf(value) == 0; } }
351 Views
1 comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
