CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching tags of GC
C#
private static WeakReference _weak;
const int ALLOCATION = 1024 * 100;
[MethodImpl(MethodImplOptions.NoInlining | MethodImplOptions.NoOptimization)]
static void Main(string[] args)
{
    
    int count = 0;
    int times = 0;
    int i;
    string x = null;
by bnaya   January 02, 2012 @ 5:52am
50 Views
no comments
 
C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Web;
using System.Collections.Specialized;
 
namespace WebControls
{
    /// <summary>
by Arjan   May 12, 2010 @ 4:34am
320 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate