xamarinmac
namespace Foundation
{
[Register("NSObject", true)]
public class NSObject : INSObjectProtocol, INativeObject, IDisposable, IEquatable<NSObject>
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Export("bind:toObject:withKeyPath:options:")]
[Obsolete("Use 'Bind (NSString binding, NSObject observable, string keyPath, [NullAllowed] NSDictionary options)' instead.", false)]
public virtual void Bind(string! binding, NSObject! observable, string! keyPath, NSDictionary? options);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Xamarin macOS | 0.0 |
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use 'Bind (NSString binding, NSObject observable, string keyPath, [NullAllowed] NSDictionary options)' instead. |
Platform Restrictions | This framework does not have platform annotations. |