1 // CS0535: `ServerProperty' does not implement interface member `IServerProperty.SetValue(string, uint)'
4 public interface IServerProperty
6 int[] GetChildren (uint timeout
);
7 void SetValue (string value, uint timeout
);
10 public class ServerProperty
: IServerProperty
12 public int[] GetChildren (uint timeout
)