System.Configuration.IgnoreSectionHandler.Create C# (CSharp) Метод

Create() публичный Метод

public Create ( Object parent, Object configContext, System section ) : object
parent Object
configContext Object
section System
Результат object
        public virtual object Create(Object parent, Object configContext, System.Xml.XmlNode section) {
            return null;
        }
    }
IgnoreSectionHandler