次の方法で共有


NSCharacterSet.IsSupersetOf(NSCharacterSet) メソッド

定義

この文字セットが、指定された他の文字セットのスーパーセットであるかどうか。

[Foundation.Export("isSupersetOfSet:")]
public virtual bool IsSupersetOf (Foundation.NSCharacterSet theOtherSet);
abstract member IsSupersetOf : Foundation.NSCharacterSet -> bool
override this.IsSupersetOf : Foundation.NSCharacterSet -> bool

パラメーター

theOtherSet
NSCharacterSet

戻り値

属性

適用対象