MonoMac.CoreFoundation.CFString.CFStringCreateWithCharacters C# (CSharp) Метод

CFStringCreateWithCharacters() приватный Метод

private CFStringCreateWithCharacters ( IntPtr allocator, string str, int count ) : IntPtr
allocator System.IntPtr
str string
count int
Результат System.IntPtr
        static extern IntPtr CFStringCreateWithCharacters(IntPtr allocator, string str, int count);