C# Class SharpTAL.RenderContext

Render context implementation
Inheritance: IRenderContext
Afficher le fichier Open project: lck/SharpTAL Class Usage Examples

Méthodes publiques

Méthode Description
Add ( object>.KeyValuePair item ) : void
Add ( string key, object value ) : void
Clear ( ) : void
Contains ( object>.KeyValuePair item ) : bool
ContainsKey ( string key ) : bool
CopyTo ( object>.KeyValuePair array, int arrayIndex ) : void
GetEnumerator ( ) : object>>.IEnumerator
Remove ( object>.KeyValuePair item ) : bool
Remove ( string key ) : bool
RenderContext ( ) : System
TryGetValue ( string key, object &value ) : bool
this ( string key ) : object

Private Methods

Méthode Description
IEnumerable ( ) : IEnumerator

Method Details

Add() public méthode

public Add ( object>.KeyValuePair item ) : void
item object>.KeyValuePair
Résultat void

Add() public méthode

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

Clear() public méthode

public Clear ( ) : void
Résultat void

Contains() public méthode

public Contains ( object>.KeyValuePair item ) : bool
item object>.KeyValuePair
Résultat bool

ContainsKey() public méthode

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

CopyTo() public méthode

public CopyTo ( object>.KeyValuePair array, int arrayIndex ) : void
array object>.KeyValuePair
arrayIndex int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : object>>.IEnumerator
Résultat object>>.IEnumerator

Remove() public méthode

public Remove ( object>.KeyValuePair item ) : bool
item object>.KeyValuePair
Résultat bool

Remove() public méthode

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

RenderContext() public méthode

public RenderContext ( ) : System
Résultat System

TryGetValue() public méthode

public TryGetValue ( string key, object &value ) : bool
key string
value object
Résultat bool

this() public méthode

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