Szerkesztés

Megosztás a következőn keresztül:


Message.Item[] Property

Definition

Overloads

Item[String]
Item[Int32]

Item[String]

public string this[string key] { get; set; }
member this.Item(string) : string with get, set

Parameters

key
String

Property Value

Applies to

Item[Int32]

public string this[int key] { get; }
member this.Item(int) : string

Parameters

key
Int32

Property Value

Applies to