次の方法で共有


NSOrderedSet.IsSubset メソッド

定義

オーバーロード

IsSubset(NSOrderedSet)

このセットが他のセットのサブセットであるかどうか。

IsSubset(NSSet)

IsSubset(NSOrderedSet)

このセットが他のセットのサブセットであるかどうか。

[Foundation.Export("isSubsetOfOrderedSet:")]
public virtual bool IsSubset (Foundation.NSOrderedSet other);
abstract member IsSubset : Foundation.NSOrderedSet -> bool
override this.IsSubset : Foundation.NSOrderedSet -> bool

パラメーター

other
NSOrderedSet

戻り値

属性

適用対象

IsSubset(NSSet)

[Foundation.Export("isSubsetOfSet:")]
public virtual bool IsSubset (Foundation.NSSet other);
abstract member IsSubset : Foundation.NSSet -> bool
override this.IsSubset : Foundation.NSSet -> bool

パラメーター

other
NSSet

戻り値

属性

適用対象