Migrating from monodoc/ecma334 to mcs/docs/ecma334...
[mono.git] / mcs / docs / ecma334 / 11.2.3.xml
diff --git a/mcs/docs/ecma334/11.2.3.xml b/mcs/docs/ecma334/11.2.3.xml
new file mode 100644 (file)
index 0000000..1975182
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<clause number="11.2.3" title="The string type">
+  <paragraph>The string type is a sealed class type that inherits directly from object. Instances of the string class represent Unicode character strings. </paragraph>
+  <paragraph>Values of the string type can be written as string literals (<hyperlink>9.4.4</hyperlink>). </paragraph>
+  <paragraph>The keyword string is simply an alias for the predefined class System.String. </paragraph>
+</clause>