IniParser.Model.Configuration.IniParserConfiguration.ICloneable C# (CSharp) Method

ICloneable() private method

private ICloneable ( ) : object
return object
        object ICloneable.Clone()
        {
            return this.Clone();
        }