System.Configuration.IgnoreSectionHandler.Create C# (CSharp) Method

Create() public method

public Create ( Object parent, Object configContext, System section ) : object
parent Object
configContext Object
section System
return object
        public virtual object Create(Object parent, Object configContext, System.Xml.XmlNode section) {
            return null;
        }
    }
IgnoreSectionHandler