DictionaryContainer.SetStringValue Method

Definition

Overloads

SetStringValue(NSString, NSString)

Stores the string value and associates it with the key.

SetStringValue(NSString, String)

Stores the string value and associates it with the key.

SetStringValue(NSString, NSString)

Stores the string value and associates it with the key.

protected void SetStringValue (Foundation.NSString key, Foundation.NSString value);
member this.SetStringValue : Foundation.NSString * Foundation.NSString -> unit

Parameters

key
NSString

The identifier associated with the string.

value
NSString

The string to be associated with key.

Applies to

SetStringValue(NSString, String)

Stores the string value and associates it with the key.

protected void SetStringValue (Foundation.NSString key, string value);
member this.SetStringValue : Foundation.NSString * string -> unit

Parameters

key
NSString

The identifier associated with the string.

value
String

The string to be associated with key.

Applies to