Tagged Questions
1
vote
4answers
644 views
Does this leak? SharePoint SPSite and SPList code
Would this code cause an SPList object to leak? It's enclosed in a Using statement but that's in a sub routine.
String site = "http://server/sites/site";
foreach (string s in ...