C# Class Cottle.Maps.MixMap

Inheritance: AbstractMap
Mostrar archivo Open project: r3c/cottle

Public Methods

Method 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 method

public Contains ( Value key ) : bool
key Value
return bool

GetEnumerator() public method

public GetEnumerator ( ) : Value>>.IEnumerator
return Value>>.IEnumerator

MixMap() public method

public MixMap ( Value>.IEnumerable pairs ) : System.Collections.Generic
pairs Value>.IEnumerable
return System.Collections.Generic

TryGet() public method

public TryGet ( Value key, Value &value ) : bool
key Value
value Value
return bool