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>2001-07-06 19:48:55 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-07-06 19:48:55 +0400
commit25f95f44fcbc62bbad4fe1a312c9eabb46dfa052 (patch)
tree01249c201c139ef0daa0d011670787ca44561d15 /mcs/class/notes
parent71dd46fc123fef5facd77ddef4d5244523e32fce (diff)
More files
svn path=/trunk/mcs/; revision=59
Diffstat (limited to 'mcs/class/notes')
-rw-r--r--mcs/class/notes/BitVecto32.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/notes/BitVecto32.txt b/mcs/class/notes/BitVecto32.txt
new file mode 100644
index 00000000000..fad747dfe76
--- /dev/null
+++ b/mcs/class/notes/BitVecto32.txt
@@ -0,0 +1,6 @@
+* Why does CreateSection take a short for the range number?
+
+ It would seem like it should be possible to have numbers between 0
+ and UInt32.MaxValue in there. Why is the API limiting things to 16
+ bits?
+