NSFileSystemAttributes.Implicit Operator

Definition

Converts the NSFileSystemAttribute class into an NSDictionary, for source code compatibility with older versions of MonoTouch/Xamarin.Mac Framework.

public static implicit operator Foundation.NSDictionary (Foundation.NSFileSystemAttributes attr);
static member op_Implicit : Foundation.NSFileSystemAttributes -> Foundation.NSDictionary

Parameters

attr
NSFileSystemAttributes

The strongly typed NSFileSystemAttribute.

Returns

Applies to