다음을 통해 공유


Message.Item[] 속성

정의

오버로드

Item[String]
Item[Int32]

Item[String]

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

매개 변수

key
String

속성 값

적용 대상

Item[Int32]

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

매개 변수

key
Int32

속성 값

적용 대상