Cocoa.Pasteboard.ListForType C# (CSharp) Method

ListForType() public method

public ListForType ( string type ) : string[]
type string
return string[]
        public string[] ListForType(string type)
        {
            return (string []) ((Array) Object.FromIntPtr ((IntPtr) ObjCMessaging.objc_msgSend (NativeObject, "propertyListForType:", typeof (IntPtr), typeof (IntPtr), new Cocoa.String (type).NativeObject))).ToArray ();
        }