Skip to content

Commit dc7289a

Browse files
nxtnRon Petrusha
authored andcommitted
Add references to Charsets and marshalling (#2342)
* Add references to Charsets and marshalling * Minor changes
1 parent 41b2f3d commit dc7289a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Runtime.InteropServices/CharSet.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
</ReturnValue>
128128
<MemberValue>4</MemberValue>
129129
<Docs>
130-
<summary>Automatically marshal strings appropriately for the target operating system. This value has the same behavior as <see cref="F:System.Runtime.InteropServices.CharSet.Unicode" />. Although the common language runtime default is <see cref="F:System.Runtime.InteropServices.CharSet.Auto" />, languages may override this default. For example, by default C# and Visual Basic mark all methods and types as <see cref="F:System.Runtime.InteropServices.CharSet.Ansi" />.</summary>
130+
<summary>Automatically marshal strings appropriately for the target operating system. See [Charsets and marshalling](~/docs/standard/native-interop/charset.md) for details. Although the common language runtime default is <see cref="F:System.Runtime.InteropServices.CharSet.Auto" />, languages may override this default. For example, by default C# and Visual Basic mark all methods and types as <see cref="F:System.Runtime.InteropServices.CharSet.Ansi" />.</summary>
131131
</Docs>
132132
</Member>
133133
<Member MemberName="None">
@@ -197,7 +197,7 @@
197197
</ReturnValue>
198198
<MemberValue>3</MemberValue>
199199
<Docs>
200-
<summary>Marshal strings as Unicode 2-byte characters.</summary>
200+
<summary>Marshal strings as Unicode 2-byte character strings.</summary>
201201
</Docs>
202202
</Member>
203203
</Members>

0 commit comments

Comments
 (0)