AspectSharp.Builder.SectionHandler.AspectSharpConfigurationHandler.Create C# (CSharp) Method

Create() public method

public Create ( object parent, object configContext, XmlNode section ) : object
parent object
configContext object
section System.Xml.XmlNode
return object
		public object Create(object parent, object configContext, XmlNode section)
		{
			return section.SelectSingleNode("configuration");
		}
	}
AspectSharpConfigurationHandler