NSCollectionViewDelegateFlowLayout 构造函数

定义

重载

NSCollectionViewDelegateFlowLayout()
NSCollectionViewDelegateFlowLayout(NSObjectFlag)
NSCollectionViewDelegateFlowLayout(IntPtr)

NSCollectionViewDelegateFlowLayout()

[Foundation.Export("init")]
public NSCollectionViewDelegateFlowLayout();
属性

适用于

NSCollectionViewDelegateFlowLayout(NSObjectFlag)

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

参数

适用于

NSCollectionViewDelegateFlowLayout(IntPtr)

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

参数

handle
IntPtr

nativeint

适用于