MonoMac.CoreFoundation.CFString.CFStringGetCharacterAtIndex C# (CSharp) Method

CFStringGetCharacterAtIndex() private method

private CFStringGetCharacterAtIndex ( IntPtr handle, int p ) : char
handle System.IntPtr
p int
return char
        static extern char CFStringGetCharacterAtIndex(IntPtr handle, int p);