MonoMac.CoreFoundation.CFString.CFStringGetCharacterAtIndex C# (CSharp) 메소드

CFStringGetCharacterAtIndex() 개인적인 메소드

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