共用方式為


NSDictionaryController 建構函式

定義

多載

NSDictionaryController()
NSDictionaryController(NSCoder)
NSDictionaryController(NSObjectFlag)
NSDictionaryController(IntPtr)

NSDictionaryController()

[Foundation.Export("init")]
public NSDictionaryController ();
屬性

適用於

NSDictionaryController(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSDictionaryController(NSObjectFlag)

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

參數

適用於

NSDictionaryController(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於