System.Net.Configuration.ModuleElement.ModuleElement C# (CSharp) Method

ModuleElement() public method

public ModuleElement ( ) : System
return System
        public ModuleElement()
        {
            this.properties.Add(this.type);
        }
ModuleElement