iTextSharp.text.pdf.hyphenation.CharVector.this C# (CSharp) Метод

this() публичный Метод

public this ( int index ) : char
index int
Результат char
		public char this[int index] {
			get {
				return array[index];
			}

			set {
				array[index] = value;
			}
		}