MonoMac.CoreFoundation.CFString.CFStringGetCharacterAtIndex C# (CSharp) Méthode

CFStringGetCharacterAtIndex() private méthode

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