C# 클래스 OpenBve.ManagedContent.KeyValuePair

Represents a key-value pair.
파일 보기 프로젝트 열기: sladen/openbve

공개 메소드들

메소드 설명
ToString ( ) : string

Gets the textual representation of this key-value pair.

비공개 메소드들

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

Creates a new key-value pair.

메소드 상세

ToString() 공개 메소드

Gets the textual representation of this key-value pair.
public ToString ( ) : string
리턴 string