NSTextList Constructors

Definition

Overloads

NSTextList()
NSTextList(NSCoder)
NSTextList(NSObjectFlag)
NSTextList(IntPtr)
NSTextList(NSTextListMarkerFormats, NSTextListOptions)
NSTextList(String, NSTextListOptions)

NSTextList()

[Foundation.Export("init")]
public NSTextList ();
Attributes

Applies to

NSTextList(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSTextList(NSObjectFlag)

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

Parameters

Applies to

NSTextList(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

NSTextList(NSTextListMarkerFormats, NSTextListOptions)

public NSTextList (AppKit.NSTextListMarkerFormats format, AppKit.NSTextListOptions mask);
new AppKit.NSTextList : AppKit.NSTextListMarkerFormats * AppKit.NSTextListOptions -> AppKit.NSTextList

Parameters

Applies to

NSTextList(String, NSTextListOptions)

[Foundation.Export("initWithMarkerFormat:options:")]
public NSTextList (string format, AppKit.NSTextListOptions mask);
new AppKit.NSTextList : string * AppKit.NSTextListOptions -> AppKit.NSTextList

Parameters

format
String
Attributes

Applies to