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

返回

属性

适用于