Skip to content

Commit a590f0d

Browse files
authored
Automatic port of System.Console documentation (#4726)
Co-authored-by: carlossanlop <[email protected]>
1 parent 4604052 commit a590f0d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

xml/System/Console.xml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1171,9 +1171,17 @@
11711171
</ReturnValue>
11721172
<Parameters />
11731173
<Docs>
1174-
<summary>To be added.</summary>
1175-
<returns>To be added.</returns>
1176-
<remarks>To be added.</remarks>
1174+
<summary>Gets the position of the cursor.</summary>
1175+
<returns>The column and row position of the cursor.</returns>
1176+
<remarks>
1177+
<format type="text/markdown"><![CDATA[
1178+
1179+
## Remarks
1180+
1181+
Columns are numbered from left to right starting at 0. Rows are numbered from top to bottom starting at 0.
1182+
1183+
]]></format>
1184+
</remarks>
11771185
</Docs>
11781186
</Member>
11791187
<Member MemberName="In">

0 commit comments

Comments
 (0)