共用方式為


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

傳回

屬性

適用於