public static bool IsItPretty(){
while(iHaveCode = true){
makeMyCode.Pretty = true;
return true;
}
return false;
}
Or i can paste it in from Visual Studio and it will look like:
foreach (DictionaryEntry entry in updates)
{ ArrayList newEntry = (ArrayList)entry.Value;
response.StructuredData.Add(newEntry[0], newEntry[1]);
response.StructuredData.Remove(entry.Key);
}
No comments:
Post a Comment