C# 클래스 BF2Statistics.KeyValuePair

Similar to the System.Collections.Generic.KeyValuePair, this object is strictly strings
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 프로퍼티들

프로퍼티 타입 설명
Key string
Value string

공개 메소드들

메소드 설명
KeyValuePair ( string key, string value )
ToString ( ) : string

메소드 상세

KeyValuePair() 공개 메소드

public KeyValuePair ( string key, string value )
key string
value string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Key 공개적으로 프로퍼티

Gets or Sets the Key
public string Key
리턴 string

Value 공개적으로 프로퍼티

Gets or Sets the Value
public string Value
리턴 string