C# 클래스 OpenRA.Arguments

파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 메소드들

메소드 설명
Arguments ( ) : System.Collections.Generic
Contains ( string key ) : bool
GetValue ( string key, string defaultValue ) : string
ReplaceValue ( string key, string value ) : void

메소드 상세

Arguments() 공개 메소드

public Arguments ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Contains() 공개 메소드

public Contains ( string key ) : bool
key string
리턴 bool

GetValue() 공개 메소드

public GetValue ( string key, string defaultValue ) : string
key string
defaultValue string
리턴 string

ReplaceValue() 공개 메소드

public ReplaceValue ( string key, string value ) : void
key string
value string
리턴 void