NSObject.SetNilValueForKey(NSString) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the value of the specified key to null.
[Foundation.Export("setNilValueForKey:")]
public virtual void SetNilValueForKey (Foundation.NSString key);
abstract member SetNilValueForKey : Foundation.NSString -> unit
override this.SetNilValueForKey : Foundation.NSString -> unit
Parameters
- key
- NSString
Name of the Objective-C property. It must be an ASCII name, start with a lowercase letter and contain no spaces.
- Attributes