Castle.Windsor.Configuration.Interpreters.XmlInterpreter.XmlInterpreter C# (CSharp) Method

XmlInterpreter() public method

Initializes a new instance of the XmlInterpreter class.
public XmlInterpreter ( Castle source ) : System
source Castle The source.
return System
		public XmlInterpreter(Castle.Core.Resource.IResource source) : base(source)
		{
		}

Same methods

XmlInterpreter::XmlInterpreter ( ) : System
XmlInterpreter::XmlInterpreter ( String filename ) : System