MonoMac.Foundation.NSString.this C# (CSharp) Method

this() public method

public this ( int idx ) : char
idx int
return char
        public char this[int idx]
        {
            get {
                return _characterAtIndex (idx);
            }
        }