* System.Web20.csproj: added ObjectInputStream.cs and ObjectOutputStream.cs
[mono.git] / mcs / class / System.Web / System.Web.UI / IHierarchyData.cs
index 3869a652b6e925042b32e7eee606ebb526c5c0b1..db012871c61659d75532899ca61849ddc4ab90c0 100644 (file)
@@ -5,8 +5,6 @@
 //     Ben Maurer (bmaurer@users.sourceforge.net)
 //
 // (C) 2003 Ben Maurer
-//
-
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // a copy of this software and associated documentation files (the
@@ -32,7 +30,7 @@
 namespace System.Web.UI {
        public interface IHierarchyData {
                IHierarchicalEnumerable GetChildren ();
-               IHierarchicalEnumerable GetParent ();
+               IHierarchyData GetParent ();
                bool HasChildren { get; }
                object Item { get; }
                string Path { get; }