summaryrefslogtreecommitdiff
path: root/.dotnet/packs/Microsoft.NETCore.App.Ref/3.0.0-preview6-27804-01/ref/netcoreapp3.0/System.Console.xml
blob: 762a5a9039c2effd5fdf5dd393407e3fa69dd21d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
<?xml version="1.0" encoding="utf-8"?><doc>
  <assembly>
    <name>System.Console</name>
  </assembly>
  <members>
    <member name="T:System.ConsoleKeyInfo">
      <summary>Describes the console key that was pressed, including the character represented by the console key and the state of the SHIFT, ALT, and CTRL modifier keys.</summary>
    </member>
    <member name="M:System.ConsoleKeyInfo.#ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean)">
      <summary>Initializes a new instance of the <see cref="T:System.ConsoleKeyInfo"></see> structure using the specified character, console key, and modifier keys.</summary>
      <param name="keyChar">The Unicode character that corresponds to the key parameter.</param>
      <param name="key">The console key that corresponds to the keyChar parameter.</param>
      <param name="shift"><see langword="true"></see> to indicate that a SHIFT key was pressed; otherwise, <see langword="false"></see>.</param>
      <param name="alt"><see langword="true"></see> to indicate that an ALT key was pressed; otherwise, <see langword="false"></see>.</param>
      <param name="control"><see langword="true"></see> to indicate that a CTRL key was pressed; otherwise, <see langword="false"></see>.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">The numeric value of the <paramref name="key">key</paramref> parameter is less than 0 or greater than 255.</exception>
    </member>
    <member name="M:System.ConsoleKeyInfo.Equals(System.ConsoleKeyInfo)">
      <summary>Gets a value indicating whether the specified <see cref="T:System.ConsoleKeyInfo"></see> object is equal to the current <see cref="T:System.ConsoleKeyInfo"></see> object.</summary>
      <param name="obj">An object to compare to the current <see cref="T:System.ConsoleKeyInfo"></see> object.</param>
      <returns><see langword="true"></see> if <paramref name="obj">obj</paramref> is equal to the current <see cref="T:System.ConsoleKeyInfo"></see> object; otherwise, <see langword="false"></see>.</returns>
    </member>
    <member name="M:System.ConsoleKeyInfo.Equals(System.Object)">
      <summary>Gets a value indicating whether the specified object is equal to the current <see cref="T:System.ConsoleKeyInfo"></see> object.</summary>
      <param name="value">An object to compare to the current <see cref="T:System.ConsoleKeyInfo"></see> object.</param>
      <returns><see langword="true"></see> if <paramref name="value">value</paramref> is a <see cref="T:System.ConsoleKeyInfo"></see> object and is equal to the current <see cref="T:System.ConsoleKeyInfo"></see> object; otherwise, <see langword="false"></see>.</returns>
    </member>
    <member name="M:System.ConsoleKeyInfo.GetHashCode">
      <summary>Returns the hash code for the current <see cref="T:System.ConsoleKeyInfo"></see> object.</summary>
      <returns>A 32-bit signed integer hash code.</returns>
    </member>
    <member name="P:System.ConsoleKeyInfo.Key">
      <summary>Gets the console key represented by the current <see cref="T:System.ConsoleKeyInfo"></see> object.</summary>
      <returns>A value that identifies the console key that was pressed.</returns>
    </member>
    <member name="P:System.ConsoleKeyInfo.KeyChar">
      <summary>Gets the Unicode character represented by the current <see cref="T:System.ConsoleKeyInfo"></see> object.</summary>
      <returns>An object that corresponds to the console key represented by the current <see cref="T:System.ConsoleKeyInfo"></see> object.</returns>
    </member>
    <member name="P:System.ConsoleKeyInfo.Modifiers">
      <summary>Gets a bitwise combination of <see cref="T:System.ConsoleModifiers"></see> values that specifies one or more modifier keys pressed simultaneously with the console key.</summary>
      <returns>A bitwise combination of the enumeration values. There is no default value.</returns>
    </member>
    <member name="M:System.ConsoleKeyInfo.op_Equality(System.ConsoleKeyInfo,System.ConsoleKeyInfo)">
      <summary>Indicates whether the specified <see cref="T:System.ConsoleKeyInfo"></see> objects are equal.</summary>
      <param name="a">The first object to compare.</param>
      <param name="b">The second object to compare.</param>
      <returns><see langword="true"></see> if <paramref name="a">a</paramref> is equal to <paramref name="b">b</paramref>; otherwise, <see langword="false"></see>.</returns>
    </member>
    <member name="M:System.ConsoleKeyInfo.op_Inequality(System.ConsoleKeyInfo,System.ConsoleKeyInfo)">
      <summary>Indicates whether the specified <see cref="T:System.ConsoleKeyInfo"></see> objects are not equal.</summary>
      <param name="a">The first object to compare.</param>
      <param name="b">The second object to compare.</param>
      <returns><see langword="true"></see> if <paramref name="a">a</paramref> is not equal to <paramref name="b">b</paramref>; otherwise, <see langword="false"></see>.</returns>
    </member>
    <member name="T:System.ConsoleKey">
      <summary>Specifies the standard keys on a console.</summary>
    </member>
    <member name="F:System.ConsoleKey.A">
      <summary>The A key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Add">
      <summary>The Add key (the addition key on the numeric keypad).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Applications">
      <summary>The Application key (Microsoft Natural Keyboard).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Attention">
      <summary>The ATTN key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.B">
      <summary>The B key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Backspace">
      <summary>The BACKSPACE key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.BrowserBack">
      <summary>The Browser Back key (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.BrowserFavorites">
      <summary>The Browser Favorites key (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.BrowserForward">
      <summary>The Browser Forward key (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.BrowserHome">
      <summary>The Browser Home key (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.BrowserRefresh">
      <summary>The Browser Refresh key (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.BrowserSearch">
      <summary>The Browser Search key (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.BrowserStop">
      <summary>The Browser Stop key (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.C">
      <summary>The C key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Clear">
      <summary>The CLEAR key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.CrSel">
      <summary>The CRSEL (CURSOR SELECT) key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.D">
      <summary>The D key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.D0">
      <summary>The 0 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.D1">
      <summary>The 1 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.D2">
      <summary>The 2 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.D3">
      <summary>The 3 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.D4">
      <summary>The 4 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.D5">
      <summary>The 5 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.D6">
      <summary>The 6 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.D7">
      <summary>The 7 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.D8">
      <summary>The 8 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.D9">
      <summary>The 9 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Decimal">
      <summary>The Decimal key (the decimal key on the numeric keypad).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Delete">
      <summary>The DEL (DELETE) key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Divide">
      <summary>The Divide key (the division key on the numeric keypad).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.DownArrow">
      <summary>The DOWN ARROW key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.E">
      <summary>The E key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.End">
      <summary>The END key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Enter">
      <summary>The ENTER key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.EraseEndOfFile">
      <summary>The ERASE EOF key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Escape">
      <summary>The ESC (ESCAPE) key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Execute">
      <summary>The EXECUTE key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.ExSel">
      <summary>The EXSEL (EXTEND SELECTION) key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F">
      <summary>The F key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F1">
      <summary>The F1 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F10">
      <summary>The F10 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F11">
      <summary>The F11 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F12">
      <summary>The F12 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F13">
      <summary>The F13 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F14">
      <summary>The F14 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F15">
      <summary>The F15 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F16">
      <summary>The F16 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F17">
      <summary>The F17 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F18">
      <summary>The F18 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F19">
      <summary>The F19 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F2">
      <summary>The F2 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F20">
      <summary>The F20 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F21">
      <summary>The F21 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F22">
      <summary>The F22 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F23">
      <summary>The F23 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F24">
      <summary>The F24 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F3">
      <summary>The F3 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F4">
      <summary>The F4 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F5">
      <summary>The F5 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F6">
      <summary>The F6 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F7">
      <summary>The F7 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F8">
      <summary>The F8 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.F9">
      <summary>The F9 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.G">
      <summary>The G key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.H">
      <summary>The H key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Help">
      <summary>The HELP key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Home">
      <summary>The HOME key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.I">
      <summary>The I key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Insert">
      <summary>The INS (INSERT) key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.J">
      <summary>The J key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.K">
      <summary>The K key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.L">
      <summary>The L key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.LaunchApp1">
      <summary>The Start Application 1 key (Microsoft Natural Keyboard, Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.LaunchApp2">
      <summary>The Start Application 2 key (Microsoft Natural Keyboard, Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.LaunchMail">
      <summary>The Start Mail key (Microsoft Natural Keyboard, Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.LaunchMediaSelect">
      <summary>The Select Media key (Microsoft Natural Keyboard, Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.LeftArrow">
      <summary>The LEFT ARROW key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.LeftWindows">
      <summary>The left Windows logo key (Microsoft Natural Keyboard).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.M">
      <summary>The M key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.MediaNext">
      <summary>The Media Next Track key (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.MediaPlay">
      <summary>The Media Play/Pause key (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.MediaPrevious">
      <summary>The Media Previous Track key (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.MediaStop">
      <summary>The Media Stop key (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Multiply">
      <summary>The Multiply key (the multiplication key on the numeric keypad).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.N">
      <summary>The N key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.NoName">
      <summary>A constant reserved for future use.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.NumPad0">
      <summary>The 0 key on the numeric keypad.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.NumPad1">
      <summary>The 1 key on the numeric keypad.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.NumPad2">
      <summary>The 2 key on the numeric keypad.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.NumPad3">
      <summary>The 3 key on the numeric keypad.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.NumPad4">
      <summary>The 4 key on the numeric keypad.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.NumPad5">
      <summary>The 5 key on the numeric keypad.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.NumPad6">
      <summary>The 6 key on the numeric keypad.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.NumPad7">
      <summary>The 7 key on the numeric keypad.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.NumPad8">
      <summary>The 8 key on the numeric keypad.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.NumPad9">
      <summary>The 9 key on the numeric keypad.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.O">
      <summary>The O key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Oem1">
      <summary>The OEM 1 key (OEM specific).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Oem102">
      <summary>The OEM 102 key (OEM specific).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Oem2">
      <summary>The OEM 2 key (OEM specific).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Oem3">
      <summary>The OEM 3 key (OEM specific).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Oem4">
      <summary>The OEM 4 key (OEM specific).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Oem5">
      <summary>The OEM 5 (OEM specific).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Oem6">
      <summary>The OEM 6 key (OEM specific).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Oem7">
      <summary>The OEM 7 key (OEM specific).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Oem8">
      <summary>The OEM 8 key (OEM specific).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.OemClear">
      <summary>The CLEAR key (OEM specific).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.OemComma">
      <summary>The OEM Comma key on any country/region keyboard (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.OemMinus">
      <summary>The OEM Minus key on any country/region keyboard (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.OemPeriod">
      <summary>The OEM Period key on any country/region keyboard (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.OemPlus">
      <summary>The OEM Plus key on any country/region keyboard (Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.P">
      <summary>The P key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Pa1">
      <summary>The PA1 key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Packet">
      <summary>The PACKET key (used to pass Unicode characters with keystrokes).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.PageDown">
      <summary>The PAGE DOWN key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.PageUp">
      <summary>The PAGE UP key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Pause">
      <summary>The PAUSE key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Play">
      <summary>The PLAY key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Print">
      <summary>The PRINT key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.PrintScreen">
      <summary>The PRINT SCREEN key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Process">
      <summary>The IME PROCESS key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Q">
      <summary>The Q key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.R">
      <summary>The R key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.RightArrow">
      <summary>The RIGHT ARROW key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.RightWindows">
      <summary>The right Windows logo key (Microsoft Natural Keyboard).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.S">
      <summary>The S key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Select">
      <summary>The SELECT key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Separator">
      <summary>The Separator key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Sleep">
      <summary>The Computer Sleep key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Spacebar">
      <summary>The SPACEBAR key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Subtract">
      <summary>The Subtract key (the subtraction key on the numeric keypad).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.T">
      <summary>The T key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Tab">
      <summary>The TAB key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.U">
      <summary>The U key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.UpArrow">
      <summary>The UP ARROW key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.V">
      <summary>The V key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.VolumeDown">
      <summary>The Volume Down key (Microsoft Natural Keyboard, Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.VolumeMute">
      <summary>The Volume Mute key (Microsoft Natural Keyboard, Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.VolumeUp">
      <summary>The Volume Up key (Microsoft Natural Keyboard, Windows 2000 or later).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.W">
      <summary>The W key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.X">
      <summary>The X key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Y">
      <summary>The Y key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Z">
      <summary>The Z key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleKey.Zoom">
      <summary>The ZOOM key.</summary>
      <returns></returns>
    </member>
    <member name="T:System.ConsoleColor">
      <summary>Specifies constants that define foreground and background colors for the console.</summary>
    </member>
    <member name="F:System.ConsoleColor.Black">
      <summary>The color black.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.Blue">
      <summary>The color blue.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.Cyan">
      <summary>The color cyan (blue-green).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.DarkBlue">
      <summary>The color dark blue.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.DarkCyan">
      <summary>The color dark cyan (dark blue-green).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.DarkGray">
      <summary>The color dark gray.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.DarkGreen">
      <summary>The color dark green.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.DarkMagenta">
      <summary>The color dark magenta (dark purplish-red).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.DarkRed">
      <summary>The color dark red.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.DarkYellow">
      <summary>The color dark yellow (ochre).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.Gray">
      <summary>The color gray.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.Green">
      <summary>The color green.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.Magenta">
      <summary>The color magenta (purplish-red).</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.Red">
      <summary>The color red.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.White">
      <summary>The color white.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleColor.Yellow">
      <summary>The color yellow.</summary>
      <returns></returns>
    </member>
    <member name="T:System.ConsoleCancelEventHandler">
      <summary>Represents the method that will handle the <see cref="E:System.Console.CancelKeyPress"></see> event of a <see cref="T:System.Console"></see>.</summary>
      <param name="sender">The source of the event.</param>
      <param name="e">A <see cref="T:System.ConsoleCancelEventArgs"></see> object that contains the event data.</param>
    </member>
    <member name="T:System.ConsoleCancelEventArgs">
      <summary>Provides data for the <see cref="E:System.Console.CancelKeyPress"></see> event. This class cannot be inherited.</summary>
    </member>
    <member name="P:System.ConsoleCancelEventArgs.Cancel">
      <summary>Gets or sets a value that indicates whether simultaneously pressing the <see cref="F:System.ConsoleModifiers.Control"></see> modifier key and the <see cref="F:System.ConsoleKey.C"></see> console key (Ctrl+C) or the Ctrl+Break keys terminates the current process. The default is <see langword="false"></see>, which terminates the current process.</summary>
      <returns><see langword="true"></see> if the current process should resume when the event handler concludes; <see langword="false"></see> if the current process should terminate. The default value is <see langword="false"></see>; the current process terminates when the event handler returns. If <see langword="true"></see>, the current process continues.</returns>
    </member>
    <member name="P:System.ConsoleCancelEventArgs.SpecialKey">
      <summary>Gets the combination of modifier and console keys that interrupted the current process.</summary>
      <returns>One of the enumeration values that specifies the key combination that interrupted the current process. There is no default value.</returns>
    </member>
    <member name="T:System.Console">
      <summary>Represents the standard input, output, and error streams for console applications. This class cannot be inherited.</summary>
    </member>
    <member name="P:System.Console.BackgroundColor">
      <summary>Gets or sets the background color of the console.</summary>
      <returns>A value that specifies the background color of the console; that is, the color that appears behind each character. The default is black.</returns>
      <exception cref="T:System.ArgumentException">The color specified in a set operation is not a valid member of <see cref="System.ConsoleColor"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Beep">
      <summary>Plays the sound of a beep through the console speaker.</summary>
      <exception cref="T:System.Security.HostProtectionException">This method was executed on a server, such as SQL Server, that does not permit access to a user interface.</exception>
    </member>
    <member name="M:System.Console.Beep(System.Int32,System.Int32)">
      <summary>Plays the sound of a beep of a specified frequency and duration through the console speaker.</summary>
      <param name="frequency">The frequency of the beep, ranging from 37 to 32767 hertz.</param>
      <param name="duration">The duration of the beep measured in milliseconds.</param>
      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="frequency">frequency</paramref> is less than 37 or more than 32767 hertz.  
 -or-  
 <paramref name="duration">duration</paramref> is less than or equal to zero.</exception>
      <exception cref="T:System.Security.HostProtectionException">This method was executed on a server, such as SQL Server, that does not permit access to the console.</exception>
    </member>
    <member name="P:System.Console.BufferHeight">
      <summary>Gets or sets the height of the buffer area.</summary>
      <returns>The current height, in rows, of the buffer area.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than or equal to zero.  
 -or-  
 The value in a set operation is greater than or equal to <see cref="System.Int16.MaxValue"></see>.  
 -or-  
 The value in a set operation is less than <see cref="System.Console.WindowTop"></see> + <see cref="System.Console.WindowHeight"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="P:System.Console.BufferWidth">
      <summary>Gets or sets the width of the buffer area.</summary>
      <returns>The current width, in columns, of the buffer area.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than or equal to zero.  
 -or-  
 The value in a set operation is greater than or equal to <see cref="System.Int16.MaxValue"></see>.  
 -or-  
 The value in a set operation is less than <see cref="System.Console.WindowLeft"></see> + <see cref="System.Console.WindowWidth"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="E:System.Console.CancelKeyPress">
      <summary>Occurs when the <see cref="F:System.ConsoleModifiers.Control"></see> modifier key (Ctrl) and either the <see cref="F:System.ConsoleKey.C"></see> console key (C) or the Break key are pressed simultaneously (Ctrl+C or Ctrl+Break).</summary>
    </member>
    <member name="P:System.Console.CapsLock">
      <summary>Gets a value indicating whether the CAPS LOCK keyboard toggle is turned on or turned off.</summary>
      <returns><see langword="true"></see> if CAPS LOCK is turned on; <see langword="false"></see> if CAPS LOCK is turned off.</returns>
    </member>
    <member name="M:System.Console.Clear">
      <summary>Clears the console buffer and corresponding console window of display information.</summary>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="P:System.Console.CursorLeft">
      <summary>Gets or sets the column position of the cursor within the buffer area.</summary>
      <returns>The current position, in columns, of the cursor.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than zero.  
 -or-  
 The value in a set operation is greater than or equal to <see cref="System.Console.BufferWidth"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="P:System.Console.CursorSize">
      <summary>Gets or sets the height of the cursor within a character cell.</summary>
      <returns>The size of the cursor expressed as a percentage of the height of a character cell. The property value ranges from 1 to 100.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 1 or greater than 100.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="P:System.Console.CursorTop">
      <summary>Gets or sets the row position of the cursor within the buffer area.</summary>
      <returns>The current position, in rows, of the cursor.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than zero.  
 -or-  
 The value in a set operation is greater than or equal to <see cref="System.Console.BufferHeight"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="P:System.Console.CursorVisible">
      <summary>Gets or sets a value indicating whether the cursor is visible.</summary>
      <returns><see langword="true"></see> if the cursor is visible; otherwise, <see langword="false"></see>.</returns>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="P:System.Console.Error">
      <summary>Gets the standard error output stream.</summary>
      <returns>A <see cref="T:System.IO.TextWriter"></see> that represents the standard error output stream.</returns>
    </member>
    <member name="P:System.Console.ForegroundColor">
      <summary>Gets or sets the foreground color of the console.</summary>
      <returns>A <see cref="T:System.ConsoleColor"></see> that specifies the foreground color of the console; that is, the color of each character that is displayed. The default is gray.</returns>
      <exception cref="T:System.ArgumentException">The color specified in a set operation is not a valid member of <see cref="System.ConsoleColor"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="P:System.Console.In">
      <summary>Gets the standard input stream.</summary>
      <returns>A <see cref="T:System.IO.TextReader"></see> that represents the standard input stream.</returns>
    </member>
    <member name="P:System.Console.InputEncoding">
      <summary>Gets or sets the encoding the console uses to read input.</summary>
      <returns>The encoding used to read console input.</returns>
      <exception cref="T:System.ArgumentNullException">The property value in a set operation is <see langword="null"></see>.</exception>
      <exception cref="T:System.IO.IOException">An error occurred during the execution of this operation.</exception>
      <exception cref="T:System.Security.SecurityException">Your application does not have permission to perform this operation.</exception>
    </member>
    <member name="P:System.Console.IsErrorRedirected">
      <summary>Gets a value that indicates whether the error output stream has been redirected from the standard error stream.</summary>
      <returns><see langword="true"></see> if error output is redirected; otherwise, <see langword="false"></see>.</returns>
    </member>
    <member name="P:System.Console.IsInputRedirected">
      <summary>Gets a value that indicates whether input has been redirected from the standard input stream.</summary>
      <returns><see langword="true"></see> if input is redirected; otherwise, <see langword="false"></see>.</returns>
    </member>
    <member name="P:System.Console.IsOutputRedirected">
      <summary>Gets a value that indicates whether output has been redirected from the standard output stream.</summary>
      <returns><see langword="true"></see> if output is redirected; otherwise, <see langword="false"></see>.</returns>
    </member>
    <member name="P:System.Console.KeyAvailable">
      <summary>Gets a value indicating whether a key press is available in the input stream.</summary>
      <returns><see langword="true"></see> if a key press is available; otherwise, <see langword="false"></see>.</returns>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
      <exception cref="T:System.InvalidOperationException">Standard input is redirected to a file instead of the keyboard.</exception>
    </member>
    <member name="P:System.Console.LargestWindowHeight">
      <summary>Gets the largest possible number of console window rows, based on the current font and screen resolution.</summary>
      <returns>The height of the largest possible console window measured in rows.</returns>
    </member>
    <member name="P:System.Console.LargestWindowWidth">
      <summary>Gets the largest possible number of console window columns, based on the current font and screen resolution.</summary>
      <returns>The width of the largest possible console window measured in columns.</returns>
    </member>
    <member name="M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
      <summary>Copies a specified source area of the screen buffer to a specified destination area.</summary>
      <param name="sourceLeft">The leftmost column of the source area.</param>
      <param name="sourceTop">The topmost row of the source area.</param>
      <param name="sourceWidth">The number of columns in the source area.</param>
      <param name="sourceHeight">The number of rows in the source area.</param>
      <param name="targetLeft">The leftmost column of the destination area.</param>
      <param name="targetTop">The topmost row of the destination area.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">One or more of the parameters is less than zero.  
 -or-  
 <paramref name="sourceLeft">sourceLeft</paramref> or <paramref name="targetLeft">targetLeft</paramref> is greater than or equal to <see cref="System.Console.BufferWidth"></see>.  
 -or-  
 <paramref name="sourceTop">sourceTop</paramref> or <paramref name="targetTop">targetTop</paramref> is greater than or equal to <see cref="System.Console.BufferHeight"></see>.  
 -or-  
 <paramref name="sourceTop">sourceTop</paramref> + <paramref name="sourceHeight">sourceHeight</paramref> is greater than or equal to <see cref="System.Console.BufferHeight"></see>.  
 -or-  
 <paramref name="sourceLeft">sourceLeft</paramref> + <paramref name="sourceWidth">sourceWidth</paramref> is greater than or equal to <see cref="System.Console.BufferWidth"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.MoveBufferArea(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Char,System.ConsoleColor,System.ConsoleColor)">
      <summary>Copies a specified source area of the screen buffer to a specified destination area.</summary>
      <param name="sourceLeft">The leftmost column of the source area.</param>
      <param name="sourceTop">The topmost row of the source area.</param>
      <param name="sourceWidth">The number of columns in the source area.</param>
      <param name="sourceHeight">The number of rows in the source area.</param>
      <param name="targetLeft">The leftmost column of the destination area.</param>
      <param name="targetTop">The topmost row of the destination area.</param>
      <param name="sourceChar">The character used to fill the source area.</param>
      <param name="sourceForeColor">The foreground color used to fill the source area.</param>
      <param name="sourceBackColor">The background color used to fill the source area.</param>
      <exception cref="T:System.ArgumentOutOfRangeException">One or more of the parameters is less than zero.  
 -or-  
 <paramref name="sourceLeft">sourceLeft</paramref> or <paramref name="targetLeft">targetLeft</paramref> is greater than or equal to <see cref="System.Console.BufferWidth"></see>.  
 -or-  
 <paramref name="sourceTop">sourceTop</paramref> or <paramref name="targetTop">targetTop</paramref> is greater than or equal to <see cref="System.Console.BufferHeight"></see>.  
 -or-  
 <paramref name="sourceTop">sourceTop</paramref> + <paramref name="sourceHeight">sourceHeight</paramref> is greater than or equal to <see cref="System.Console.BufferHeight"></see>.  
 -or-  
 <paramref name="sourceLeft">sourceLeft</paramref> + <paramref name="sourceWidth">sourceWidth</paramref> is greater than or equal to <see cref="System.Console.BufferWidth"></see>.</exception>
      <exception cref="T:System.ArgumentException">One or both of the color parameters is not a member of the <see cref="System.ConsoleColor"></see> enumeration.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="P:System.Console.NumberLock">
      <summary>Gets a value indicating whether the NUM LOCK keyboard toggle is turned on or turned off.</summary>
      <returns><see langword="true"></see> if NUM LOCK is turned on; <see langword="false"></see> if NUM LOCK is turned off.</returns>
    </member>
    <member name="M:System.Console.OpenStandardError">
      <summary>Acquires the standard error stream.</summary>
      <returns>The standard error stream.</returns>
    </member>
    <member name="M:System.Console.OpenStandardError(System.Int32)">
      <summary>Acquires the standard error stream, which is set to a specified buffer size.</summary>
      <param name="bufferSize">The internal stream buffer size.</param>
      <returns>The standard error stream.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize">bufferSize</paramref> is less than or equal to zero.</exception>
    </member>
    <member name="M:System.Console.OpenStandardInput">
      <summary>Acquires the standard input stream.</summary>
      <returns>The standard input stream.</returns>
    </member>
    <member name="M:System.Console.OpenStandardInput(System.Int32)">
      <summary>Acquires the standard input stream, which is set to a specified buffer size.</summary>
      <param name="bufferSize">The internal stream buffer size.</param>
      <returns>The standard input stream.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize">bufferSize</paramref> is less than or equal to zero.</exception>
    </member>
    <member name="M:System.Console.OpenStandardOutput">
      <summary>Acquires the standard output stream.</summary>
      <returns>The standard output stream.</returns>
    </member>
    <member name="M:System.Console.OpenStandardOutput(System.Int32)">
      <summary>Acquires the standard output stream, which is set to a specified buffer size.</summary>
      <param name="bufferSize">The internal stream buffer size.</param>
      <returns>The standard output stream.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="bufferSize">bufferSize</paramref> is less than or equal to zero.</exception>
    </member>
    <member name="P:System.Console.Out">
      <summary>Gets the standard output stream.</summary>
      <returns>A <see cref="T:System.IO.TextWriter"></see> that represents the standard output stream.</returns>
    </member>
    <member name="P:System.Console.OutputEncoding">
      <summary>Gets or sets the encoding the console uses to write output.</summary>
      <returns>The encoding used to write console output.</returns>
      <exception cref="T:System.ArgumentNullException">The property value in a set operation is <see langword="null"></see>.</exception>
      <exception cref="T:System.IO.IOException">An error occurred during the execution of this operation.</exception>
      <exception cref="T:System.Security.SecurityException">Your application does not have permission to perform this operation.</exception>
    </member>
    <member name="M:System.Console.Read">
      <summary>Reads the next character from the standard input stream.</summary>
      <returns>The next character from the input stream, or negative one (-1) if there are currently no more characters to be read.</returns>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.ReadKey">
      <summary>Obtains the next character or function key pressed by the user. The pressed key is displayed in the console window.</summary>
      <returns>An object that describes the <see cref="T:System.ConsoleKey"></see> constant and Unicode character, if any, that correspond to the pressed console key. The <see cref="T:System.ConsoleKeyInfo"></see> object also describes, in a bitwise combination of <see cref="T:System.ConsoleModifiers"></see> values, whether one or more Shift, Alt, or Ctrl modifier keys was pressed simultaneously with the console key.</returns>
      <exception cref="T:System.InvalidOperationException">The <see cref="System.Console.In"></see> property is redirected from some stream other than the console.</exception>
    </member>
    <member name="M:System.Console.ReadKey(System.Boolean)">
      <summary>Obtains the next character or function key pressed by the user. The pressed key is optionally displayed in the console window.</summary>
      <param name="intercept">Determines whether to display the pressed key in the console window. <see langword="true"></see> to not display the pressed key; otherwise, <see langword="false"></see>.</param>
      <returns>An object that describes the <see cref="T:System.ConsoleKey"></see> constant and Unicode character, if any, that correspond to the pressed console key. The <see cref="T:System.ConsoleKeyInfo"></see> object also describes, in a bitwise combination of <see cref="T:System.ConsoleModifiers"></see> values, whether one or more Shift, Alt, or Ctrl modifier keys was pressed simultaneously with the console key.</returns>
      <exception cref="T:System.InvalidOperationException">The <see cref="System.Console.In"></see> property is redirected from some stream other than the console.</exception>
    </member>
    <member name="M:System.Console.ReadLine">
      <summary>Reads the next line of characters from the standard input stream.</summary>
      <returns>The next line of characters from the input stream, or <see langword="null"></see> if no more lines are available.</returns>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
      <exception cref="T:System.OutOfMemoryException">There is insufficient memory to allocate a buffer for the returned string.</exception>
      <exception cref="T:System.ArgumentOutOfRangeException">The number of characters in the next line of characters is greater than <see cref="System.Int32.MaxValue"></see>.</exception>
    </member>
    <member name="M:System.Console.ResetColor">
      <summary>Sets the foreground and background console colors to their defaults.</summary>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.SetBufferSize(System.Int32,System.Int32)">
      <summary>Sets the height and width of the screen buffer area to the specified values.</summary>
      <param name="width">The width of the buffer area measured in columns.</param>
      <param name="height">The height of the buffer area measured in rows.</param>
      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="height">height</paramref> or <paramref name="width">width</paramref> is less than or equal to zero.  
 -or-  
 <paramref name="height">height</paramref> or <paramref name="width">width</paramref> is greater than or equal to <see cref="System.Int16.MaxValue"></see>.  
 -or-  
 <paramref name="width">width</paramref> is less than <see cref="System.Console.WindowLeft"></see> + <see cref="System.Console.WindowWidth"></see>.  
 -or-  
 <paramref name="height">height</paramref> is less than <see cref="System.Console.WindowTop"></see> + <see cref="System.Console.WindowHeight"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.SetCursorPosition(System.Int32,System.Int32)">
      <summary>Sets the position of the cursor.</summary>
      <param name="left">The column position of the cursor. Columns are numbered from left to right starting at 0.</param>
      <param name="top">The row position of the cursor. Rows are numbered from top to bottom starting at 0.</param>
      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="left">left</paramref> or <paramref name="top">top</paramref> is less than zero.  
 -or-  
 <paramref name="left">left</paramref> is greater than or equal to <see cref="System.Console.BufferWidth"></see>.  
 -or-  
 <paramref name="top">top</paramref> is greater than or equal to <see cref="System.Console.BufferHeight"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.SetError(System.IO.TextWriter)">
      <summary>Sets the <see cref="P:System.Console.Error"></see> property to the specified <see cref="T:System.IO.TextWriter"></see> object.</summary>
      <param name="newError">A stream that is the new standard error output.</param>
      <exception cref="T:System.ArgumentNullException"><paramref name="newError">newError</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
    </member>
    <member name="M:System.Console.SetIn(System.IO.TextReader)">
      <summary>Sets the <see cref="P:System.Console.In"></see> property to the specified <see cref="T:System.IO.TextReader"></see> object.</summary>
      <param name="newIn">A stream that is the new standard input.</param>
      <exception cref="T:System.ArgumentNullException"><paramref name="newIn">newIn</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
    </member>
    <member name="M:System.Console.SetOut(System.IO.TextWriter)">
      <summary>Sets the <see cref="P:System.Console.Out"></see> property to the specified <see cref="T:System.IO.TextWriter"></see> object.</summary>
      <param name="newOut">A stream that is the new standard output.</param>
      <exception cref="T:System.ArgumentNullException"><paramref name="newOut">newOut</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The caller does not have the required permission.</exception>
    </member>
    <member name="M:System.Console.SetWindowPosition(System.Int32,System.Int32)">
      <summary>Sets the position of the console window relative to the screen buffer.</summary>
      <param name="left">The column position of the upper left  corner of the console window.</param>
      <param name="top">The row position of the upper left corner of the console window.</param>
      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="left">left</paramref> or <paramref name="top">top</paramref> is less than zero.  
 -or-  
 <paramref name="left">left</paramref> + <see cref="System.Console.WindowWidth"></see> is greater than <see cref="System.Console.BufferWidth"></see>.  
 -or-  
 <paramref name="top">top</paramref> + <see cref="System.Console.WindowHeight"></see> is greater than <see cref="System.Console.BufferHeight"></see>.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.SetWindowSize(System.Int32,System.Int32)">
      <summary>Sets the height and width of the console window to the specified values.</summary>
      <param name="width">The width of the console window measured in columns.</param>
      <param name="height">The height of the console window measured in rows.</param>
      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="width">width</paramref> or <paramref name="height">height</paramref> is less than or equal to zero.  
 -or-  
 <paramref name="width">width</paramref> plus <see cref="System.Console.WindowLeft"></see> or <paramref name="height">height</paramref> plus <see cref="System.Console.WindowTop"></see> is greater than or equal to <see cref="System.Int16.MaxValue"></see>.  
 -or-  
 <paramref name="width">width</paramref> or <paramref name="height">height</paramref> is greater than the largest possible window width or height for the current screen resolution and console font.</exception>
      <exception cref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="P:System.Console.Title">
      <summary>Gets or sets the title to display in the console title bar.</summary>
      <returns>The string to be displayed in the title bar of the console. The maximum length of the title string is 24500 characters.</returns>
      <exception cref="T:System.InvalidOperationException">In a get operation, the retrieved title is longer than 24500 characters.</exception>
      <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the specified title is longer than 24500 characters.</exception>
      <exception cref="T:System.ArgumentNullException">In a set operation, the specified title is <see langword="null"></see>.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="P:System.Console.TreatControlCAsInput">
      <summary>Gets or sets a value indicating whether the combination of the <see cref="F:System.ConsoleModifiers.Control"></see> modifier key and <see cref="F:System.ConsoleKey.C"></see> console key (Ctrl+C) is treated as ordinary input or as an interruption that is handled by the operating system.</summary>
      <returns><see langword="true"></see> if Ctrl+C is treated as ordinary input; otherwise, <see langword="false"></see>.</returns>
      <exception cref="T:System.IO.IOException">Unable to get or set the input mode of the console input buffer.</exception>
    </member>
    <member name="P:System.Console.WindowHeight">
      <summary>Gets or sets the height of the console window area.</summary>
      <returns>The height of the console window measured in rows.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">The value of the <see cref="System.Console.WindowWidth"></see> property or the value of the <see cref="System.Console.WindowHeight"></see> property is less than or equal to 0.  
 -or-  
 The value of the <see cref="System.Console.WindowHeight"></see> property plus the value of the <see cref="System.Console.WindowTop"></see> property is greater than or equal to <see cref="System.Int16.MaxValue"></see>.  
 -or-  
 The value of the <see cref="System.Console.WindowWidth"></see> property or the value of the <see cref="System.Console.WindowHeight"></see> property is greater than the largest possible window width or height for the current screen resolution and console font.</exception>
      <exception cref="T:System.IO.IOException">Error reading or writing information.</exception>
    </member>
    <member name="P:System.Console.WindowLeft">
      <summary>Gets or sets the leftmost position of the console window area relative to the screen buffer.</summary>
      <returns>The leftmost console window position measured in columns.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the value to be assigned is less than zero.  
 -or-  
 As a result of the assignment, <see cref="System.Console.WindowLeft"></see> plus <see cref="System.Console.WindowWidth"></see> would exceed <see cref="System.Console.BufferWidth"></see>.</exception>
      <exception cref="T:System.IO.IOException">Error reading or writing information.</exception>
    </member>
    <member name="P:System.Console.WindowTop">
      <summary>Gets or sets the top position of the console window area relative to the screen buffer.</summary>
      <returns>The uppermost console window position measured in rows.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the value to be assigned is less than zero.  
 -or-  
 As a result of the assignment, <see cref="System.Console.WindowTop"></see> plus <see cref="System.Console.WindowHeight"></see> would exceed <see cref="System.Console.BufferHeight"></see>.</exception>
      <exception cref="T:System.IO.IOException">Error reading or writing information.</exception>
    </member>
    <member name="P:System.Console.WindowWidth">
      <summary>Gets or sets the width of the console window.</summary>
      <returns>The width of the console window measured in columns.</returns>
      <exception cref="T:System.ArgumentOutOfRangeException">The value of the <see cref="System.Console.WindowWidth"></see> property or the value of the <see cref="System.Console.WindowHeight"></see> property is less than or equal to 0.  
 -or-  
 The value of the <see cref="System.Console.WindowHeight"></see> property plus the value of the <see cref="System.Console.WindowTop"></see> property is greater than or equal to <see cref="System.Int16.MaxValue"></see>.  
 -or-  
 The value of the <see cref="System.Console.WindowWidth"></see> property or the value of the <see cref="System.Console.WindowHeight"></see> property is greater than the largest possible window width or height for the current screen resolution and console font.</exception>
      <exception cref="T:System.IO.IOException">Error reading or writing information.</exception>
    </member>
    <member name="M:System.Console.Write(System.String,System.Object,System.Object,System.Object)">
      <summary>Writes the text representation of the specified objects to the standard output stream using the specified format information.</summary>
      <param name="format">A composite format string.</param>
      <param name="arg0">The first object to write using format.</param>
      <param name="arg1">The second object to write using format.</param>
      <param name="arg2">The third object to write using format.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
      <exception cref="T:System.ArgumentNullException"><paramref name="format">format</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.FormatException">The format specification in <paramref name="format">format</paramref> is invalid.</exception>
    </member>
    <member name="M:System.Console.Write(System.String,System.Object,System.Object)">
      <summary>Writes the text representation of the specified objects to the standard output stream using the specified format information.</summary>
      <param name="format">A composite format string.</param>
      <param name="arg0">The first object to write using format.</param>
      <param name="arg1">The second object to write using format.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
      <exception cref="T:System.ArgumentNullException"><paramref name="format">format</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.FormatException">The format specification in <paramref name="format">format</paramref> is invalid.</exception>
    </member>
    <member name="M:System.Console.Write(System.String,System.Object[])">
      <summary>Writes the text representation of the specified array of objects to the standard output stream using the specified format information.</summary>
      <param name="format">A composite format string.</param>
      <param name="arg">An array of objects to write using format.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
      <exception cref="T:System.ArgumentNullException"><paramref name="format">format</paramref> or <paramref name="arg">arg</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.FormatException">The format specification in <paramref name="format">format</paramref> is invalid.</exception>
    </member>
    <member name="M:System.Console.Write(System.String,System.Object)">
      <summary>Writes the text representation of the specified object to the standard output stream using the specified format information.</summary>
      <param name="format">A composite format string.</param>
      <param name="arg0">An object to write using format.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
      <exception cref="T:System.ArgumentNullException"><paramref name="format">format</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.FormatException">The format specification in <paramref name="format">format</paramref> is invalid.</exception>
    </member>
    <member name="M:System.Console.Write(System.UInt64)">
      <summary>Writes the text representation of the specified 64-bit unsigned integer value to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.UInt32)">
      <summary>Writes the text representation of the specified 32-bit unsigned integer value to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.String)">
      <summary>Writes the specified string value to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.Char[],System.Int32,System.Int32)">
      <summary>Writes the specified subarray of Unicode characters to the standard output stream.</summary>
      <param name="buffer">An array of Unicode characters.</param>
      <param name="index">The starting position in buffer.</param>
      <param name="count">The number of characters to write.</param>
      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.</exception>
      <exception cref="T:System.ArgumentException"><paramref name="index">index</paramref> plus <paramref name="count">count</paramref> specify a position that is not within <paramref name="buffer">buffer</paramref>.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.Object)">
      <summary>Writes the text representation of the specified object to the standard output stream.</summary>
      <param name="value">The value to write, or <see langword="null"></see>.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.Single)">
      <summary>Writes the text representation of the specified single-precision floating-point value to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.Char)">
      <summary>Writes the specified Unicode character value to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.Char[])">
      <summary>Writes the specified array of Unicode characters to the standard output stream.</summary>
      <param name="buffer">A Unicode character array.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.Boolean)">
      <summary>Writes the text representation of the specified Boolean value to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.Double)">
      <summary>Writes the text representation of the specified double-precision floating-point value to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.Int32)">
      <summary>Writes the text representation of the specified 32-bit signed integer value to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.Int64)">
      <summary>Writes the text representation of the specified 64-bit signed integer value to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.Write(System.Decimal)">
      <summary>Writes the text representation of the specified <see cref="T:System.Decimal"></see> value to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.String,System.Object,System.Object)">
      <summary>Writes the text representation of the specified objects, followed by the current line terminator, to the standard output stream using the specified format information.</summary>
      <param name="format">A composite format string.</param>
      <param name="arg0">The first object to write using format.</param>
      <param name="arg1">The second object to write using format.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
      <exception cref="T:System.ArgumentNullException"><paramref name="format">format</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.FormatException">The format specification in <paramref name="format">format</paramref> is invalid.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.String)">
      <summary>Writes the specified string value, followed by the current line terminator, to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.Char[],System.Int32,System.Int32)">
      <summary>Writes the specified subarray of Unicode characters, followed by the current line terminator, to the standard output stream.</summary>
      <param name="buffer">An array of Unicode characters.</param>
      <param name="index">The starting position in buffer.</param>
      <param name="count">The number of characters to write.</param>
      <exception cref="T:System.ArgumentNullException"><paramref name="buffer">buffer</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="index">index</paramref> or <paramref name="count">count</paramref> is less than zero.</exception>
      <exception cref="T:System.ArgumentException"><paramref name="index">index</paramref> plus <paramref name="count">count</paramref> specify a position that is not within <paramref name="buffer">buffer</paramref>.</exception>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.String,System.Object[])">
      <summary>Writes the text representation of the specified array of objects, followed by the current line terminator, to the standard output stream using the specified format information.</summary>
      <param name="format">A composite format string.</param>
      <param name="arg">An array of objects to write using format.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
      <exception cref="T:System.ArgumentNullException"><paramref name="format">format</paramref> or <paramref name="arg">arg</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.FormatException">The format specification in <paramref name="format">format</paramref> is invalid.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.String,System.Object)">
      <summary>Writes the text representation of the specified object, followed by the current line terminator, to the standard output stream using the specified format information.</summary>
      <param name="format">A composite format string.</param>
      <param name="arg0">An object to write using format.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
      <exception cref="T:System.ArgumentNullException"><paramref name="format">format</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.FormatException">The format specification in <paramref name="format">format</paramref> is invalid.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.UInt64)">
      <summary>Writes the text representation of the specified 64-bit unsigned integer value, followed by the current line terminator, to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.UInt32)">
      <summary>Writes the text representation of the specified 32-bit unsigned integer value, followed by the current line terminator, to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.Single)">
      <summary>Writes the text representation of the specified single-precision floating-point value, followed by the current line terminator, to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.Decimal)">
      <summary>Writes the text representation of the specified <see cref="T:System.Decimal"></see> value, followed by the current line terminator, to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.Int64)">
      <summary>Writes the text representation of the specified 64-bit signed integer value, followed by the current line terminator, to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.Int32)">
      <summary>Writes the text representation of the specified 32-bit signed integer value, followed by the current line terminator, to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.Double)">
      <summary>Writes the text representation of the specified double-precision floating-point value, followed by the current line terminator, to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.Char[])">
      <summary>Writes the specified array of Unicode characters, followed by the current line terminator, to the standard output stream.</summary>
      <param name="buffer">A Unicode character array.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.Char)">
      <summary>Writes the specified Unicode character, followed by the current line terminator, value to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.Boolean)">
      <summary>Writes the text representation of the specified Boolean value, followed by the current line terminator, to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine">
      <summary>Writes the current line terminator to the standard output stream.</summary>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.String,System.Object,System.Object,System.Object)">
      <summary>Writes the text representation of the specified objects, followed by the current line terminator, to the standard output stream using the specified format information.</summary>
      <param name="format">A composite format string.</param>
      <param name="arg0">The first object to write using format.</param>
      <param name="arg1">The second object to write using format.</param>
      <param name="arg2">The third object to write using format.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
      <exception cref="T:System.ArgumentNullException"><paramref name="format">format</paramref> is <see langword="null"></see>.</exception>
      <exception cref="T:System.FormatException">The format specification in <paramref name="format">format</paramref> is invalid.</exception>
    </member>
    <member name="M:System.Console.WriteLine(System.Object)">
      <summary>Writes the text representation of the specified object, followed by the current line terminator, to the standard output stream.</summary>
      <param name="value">The value to write.</param>
      <exception cref="T:System.IO.IOException">An I/O error occurred.</exception>
    </member>
    <member name="T:System.ConsoleSpecialKey">
      <summary>Specifies combinations of modifier and console keys that can interrupt the current process.</summary>
    </member>
    <member name="F:System.ConsoleSpecialKey.ControlBreak">
      <summary>The <see cref="F:System.ConsoleModifiers.Control"></see> modifier key plus the BREAK console key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleSpecialKey.ControlC">
      <summary>The <see cref="F:System.ConsoleModifiers.Control"></see> modifier key plus the <see cref="F:System.ConsoleKey.C"></see> console key.</summary>
      <returns></returns>
    </member>
    <member name="T:System.ConsoleModifiers">
      <summary>Represents the SHIFT, ALT, and CTRL modifier keys on a keyboard.</summary>
    </member>
    <member name="F:System.ConsoleModifiers.Alt">
      <summary>The left or right ALT modifier key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleModifiers.Control">
      <summary>The left or right CTRL modifier key.</summary>
      <returns></returns>
    </member>
    <member name="F:System.ConsoleModifiers.Shift">
      <summary>The left or right SHIFT modifier key.</summary>
      <returns></returns>
    </member>
  </members>
</doc>