Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2006-12-12 19:20:11 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-12-12 19:20:11 +0300
commit8f5e2358e7439d8929fa4540184c0742b9a62424 (patch)
treecfebc78f4e161e4954ee77d1523388469d389497 /mcs/class/System/System.IO.Ports
parent224201b132522a7df53a2759c3b445526dc2c212 (diff)
Not clear what this API does, seems like designer API
svn path=/trunk/mcs/; revision=69407
Diffstat (limited to 'mcs/class/System/System.IO.Ports')
-rw-r--r--mcs/class/System/System.IO.Ports/SerialPort.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/System.IO.Ports/SerialPort.cs b/mcs/class/System/System.IO.Ports/SerialPort.cs
index 1131c326517..8a65302ce6b 100644
--- a/mcs/class/System/System.IO.Ports/SerialPort.cs
+++ b/mcs/class/System/System.IO.Ports/SerialPort.cs
@@ -65,6 +65,11 @@ namespace System.IO.Ports
{
}
+ public SerialPort (IContainer container) : this ()
+ {
+ // TODO: What to do here?
+ }
+
/*
IContainer is in 2.0?
public SerialPort (IContainer container) {