PHCloudIdentifier Constructors

Definition

Overloads

PHCloudIdentifier(NSCoder)
PHCloudIdentifier(NSObjectFlag)
PHCloudIdentifier(IntPtr)
PHCloudIdentifier(String)

PHCloudIdentifier(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public PHCloudIdentifier (Foundation.NSCoder coder);
new Photos.PHCloudIdentifier : Foundation.NSCoder -> Photos.PHCloudIdentifier

Parameters

coder
NSCoder
Attributes

Applies to

PHCloudIdentifier(NSObjectFlag)

protected PHCloudIdentifier (Foundation.NSObjectFlag t);
new Photos.PHCloudIdentifier : Foundation.NSObjectFlag -> Photos.PHCloudIdentifier

Parameters

Applies to

PHCloudIdentifier(IntPtr)

protected internal PHCloudIdentifier (IntPtr handle);
new Photos.PHCloudIdentifier : nativeint -> Photos.PHCloudIdentifier

Parameters

handle
IntPtr

nativeint

Applies to

PHCloudIdentifier(String)

[Foundation.Export("initWithStringValue:")]
public PHCloudIdentifier (string stringValue);
new Photos.PHCloudIdentifier : string -> Photos.PHCloudIdentifier

Parameters

stringValue
String
Attributes

Applies to