C# Class Bickle.ReflectionWrapping.ExampleTranslator

Show file Open project: davidmfoley/bickle

Public Methods

Method Description
ExampleTranslator ( ISpec spec ) : Bickle.Utility
Translate ( object ex ) : IExample

Method Details

ExampleTranslator() public method

public ExampleTranslator ( ISpec spec ) : Bickle.Utility
spec ISpec
return Bickle.Utility

Translate() public method

public Translate ( object ex ) : IExample
ex object
return IExample