FlickrNet.FlickrConfigurationManager.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)
        {
            ConfigSection = section.Name;
            return new FlickrConfigurationSettings( section );
        }
FlickrConfigurationManager