9 lines
100 B
C#
9 lines
100 B
C#
![]() |
namespace CPF.Mac.AppKit
|
||
|
{
|
||
|
public enum NSCollectionViewDropOperation : long
|
||
|
{
|
||
|
On,
|
||
|
Before
|
||
|
}
|
||
|
}
|