ZXing.QrCode.Internal.Mode.Mode C# (CSharp) Method

Mode() private method

private Mode ( int characterCountBitsForVersions, int bits, System name ) : System
characterCountBitsForVersions int
bits int
name System
return System
        private Mode(int[] characterCountBitsForVersions, int bits, System.String name)
        {
            this.characterCountBitsForVersions = characterCountBitsForVersions;
             this.bits = bits;
             this.name = name;
        }