zxingwp7.qrcode.decoder.ErrorCorrectionLevel.ErrorCorrectionLevel C# (CSharp) Method

ErrorCorrectionLevel() private method

private ErrorCorrectionLevel ( int ordinal, int bits, String name ) : System
ordinal int
bits int
name String
return System
        private ErrorCorrectionLevel(int ordinal, int bits, String name)
        {
            ordinal_Renamed_Field = ordinal;
            this.bits = bits;
            this.name = name;
        }