CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Closed
No files are attached
Olmo wrote Nov 30, 2009 at 3:22 PM
Olmo wrote Nov 30, 2009 at 3:33 PM
public class ImmutableStack:IEnumerable { private class ImmutableFullStack : ImmutableStack { readonly T head; readonly ImmutableStack tail; public ImmutableFullStack(T head, ImmutableStack tail) { this.head = head; this.tail = tail; } [...] } [...]
Sign in to add a comment
Keyboard shortcuts are available for this page.