Share via


NSBindingOptions Constructors

Definition

Overloads

Name Description
NSBindingOptions()

Creates a new NSBindingOptions with default (empty) values.

NSBindingOptions(NSDictionary)

Creates a new NSBindingOptions from the values that are specified in dictionary.

NSBindingOptions()

Creates a new NSBindingOptions with default (empty) values.

public NSBindingOptions();

Applies to

NSBindingOptions(NSDictionary)

Creates a new NSBindingOptions from the values that are specified in dictionary.

public NSBindingOptions(Foundation.NSDictionary? dictionary);
new AppKit.NSBindingOptions : Foundation.NSDictionary -> AppKit.NSBindingOptions

Parameters

dictionary
NSDictionary

The dictionary to use to populate the properties of this type.

Applies to