C# Class System.util.Properties

Summary description for Properties.
Afficher le fichier Open project: mapo80/iTextSharp-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ContinueLine ( String line ) : bool
LoadConvert ( String theString ) : String

Method Details

Add() public méthode

public Add ( string key, string value ) : void
key string
value string
Résultat void

AddAll() public méthode

public AddAll ( Properties col ) : void
col Properties
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

GetEnumerator() public méthode

public GetEnumerator ( ) : string>.Enumerator.Dictionary
Résultat string>.Enumerator.Dictionary

Load() public méthode

public Load ( Stream inStream ) : void
inStream Stream
Résultat void

Properties() public méthode

public Properties ( ) : System
Résultat System

Remove() public méthode

public Remove ( string key ) : string
key string
Résultat string

this() public méthode

public this ( string key ) : string
key string
Résultat string