C# Class CastleTests.MyObject

Inheritance: IMyObject
Show file Open project: castleproject/Windsor

Protected Properties

Property Type Description
stuff IList>.IDictionary

Public Methods

Method Description
MyObject ( IDictionary stuff ) : System.Collections.Generic

Method Details

MyObject() public method

public MyObject ( IDictionary stuff ) : System.Collections.Generic
stuff IDictionary
return System.Collections.Generic

Property Details

stuff protected property

protected IDictionary> stuff
return IList>.IDictionary