X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem%2FSystem.Collections.Generic%2FLinkedList.cs;h=65355500afd0d76e368a21739b1b7b789cfc2b1b;hb=b5cfba1835f2ba823796f825410e0062b7e4c9a3;hp=15726884fb63b9d71d83be285057eaa99efeb22a;hpb=38f320d19a29a3e7d6a92cdb0b3ebec149d7c1a7;p=mono.git diff --git a/mcs/class/System/System.Collections.Generic/LinkedList.cs b/mcs/class/System/System.Collections.Generic/LinkedList.cs index 15726884fb6..65355500afd 100644 --- a/mcs/class/System/System.Collections.Generic/LinkedList.cs +++ b/mcs/class/System/System.Collections.Generic/LinkedList.cs @@ -274,7 +274,7 @@ namespace System.Collections.Generic info.AddValue (VersionKey, version); } - public void OnDeserialization (object sender) + public virtual void OnDeserialization (object sender) { if (si != null) { @@ -489,4 +489,4 @@ namespace System.Collections.Generic } } } -#endif \ No newline at end of file +#endif