Вход на сайт
О нелегкой доле новичка!))
4828 просмотров
Перейти к просмотру всей ветки
в ответ Murr 01.03.13 15:29
В ответ на:
Я, вообще-то, про мелкомягких...
Я, вообще-то, про мелкомягких...
А когда в строках не было индекса и что я еще пропустил?
http://msdn.microsoft.com/en-us/library/system.string.chars%28v=vs.71%29.aspx
В ответ на:
String.Chars Property
.NET Framework 1.1
Gets the character at a specified character position in this instance.
[C#] In C#, this property is the indexer for the String class.
[C#]
public char this[
int index
] {get;}
String.Chars Property
.NET Framework 1.1
Gets the character at a specified character position in this instance.
[C#] In C#, this property is the indexer for the String class.
[C#]
public char this[
int index
] {get;}