NSGridRow Constructors

Definition

Overloads

NSGridRow(NSCoder)
NSGridRow(NSObjectFlag)
NSGridRow(IntPtr)

NSGridRow(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSGridRow(NSObjectFlag)

protected NSGridRow (Foundation.NSObjectFlag t);
new AppKit.NSGridRow : Foundation.NSObjectFlag -> AppKit.NSGridRow

Parameters

Applies to

NSGridRow(IntPtr)

protected internal NSGridRow (IntPtr handle);
new AppKit.NSGridRow : nativeint -> AppKit.NSGridRow

Parameters

handle
IntPtr

nativeint

Applies to