NSMutableSet
NSMutableSet()
NSMutableSet(NativeHandle)
NSMutableSet(nint)
NSMutableSet(nint)
NSMutableSet(NSArray)
NSMutableSet(NSCoder)
NSMutableSet(NSObject[])
NSMutableSet(NSObjectFlag)
NSMutableSet(NSSet)
NSMutableSet(String[])
ClassHandle
Add(NSObject)
AddObjects(NSObject[])
Remove(NSObject)
RemoveAll()
operator -(NSMutableSet, NSMutableSet)
operator +(NSMutableSet, NSMutableSet)
FilterUsingPredicate(NSMutableSet, NSPredicate)
xamarintvos
namespace Foundation
{
[Register("NSMutableSet", true)]
public class NSMutableSet : NSSet, IEnumerable, IEnumerable<NSObject>
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("initWithSet:")]
public NSMutableSet(NSSet! other);
}
}
| .NET | 6.07.08.09.0 |
|---|---|
Information specific to xamarintvos | |
| Assembly | Xamarin.TVOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API