C# Class Cottle.Maps.MixMap

Inheritance: AbstractMap
Afficher le fichier Open project: r3c/cottle

Méthodes publiques

Méthode Description
Contains ( Value key ) : bool
GetEnumerator ( ) : Value>>.IEnumerator
MixMap ( Value>.IEnumerable pairs ) : System.Collections.Generic
TryGet ( Value key, Value &value ) : bool

Method Details

Contains() public méthode

public Contains ( Value key ) : bool
key Value
Résultat bool

GetEnumerator() public méthode

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

MixMap() public méthode

public MixMap ( Value>.IEnumerable pairs ) : System.Collections.Generic
pairs Value>.IEnumerable
Résultat System.Collections.Generic

TryGet() public méthode

public TryGet ( Value key, Value &value ) : bool
key Value
value Value
Résultat bool