C# 클래스 System.util.Properties

Summary description for Properties.
파일 보기 프로젝트 열기: mapo80/iTextSharp-Monotouch 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string key, string value ) : void
AddAll ( Properties col ) : void
Clear ( ) : void
ContainsKey ( string key ) : bool
GetEnumerator ( ) : string>.Enumerator.Dictionary
Load ( Stream inStream ) : void
Properties ( ) : System
Remove ( string key ) : string
this ( string key ) : string

비공개 메소드들

메소드 설명
ContinueLine ( String line ) : bool
LoadConvert ( String theString ) : String

메소드 상세

Add() 공개 메소드

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

AddAll() 공개 메소드

public AddAll ( Properties col ) : void
col Properties
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ContainsKey() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : string>.Enumerator.Dictionary
리턴 string>.Enumerator.Dictionary

Load() 공개 메소드

public Load ( Stream inStream ) : void
inStream Stream
리턴 void

Properties() 공개 메소드

public Properties ( ) : System
리턴 System

Remove() 공개 메소드

public Remove ( string key ) : string
key string
리턴 string

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string