ZXing.QrCode.Internal.Mode.Mode C# (CSharp) Метод

Mode() приватный Метод

private Mode ( int characterCountBitsForVersions, int bits, System name ) : System
characterCountBitsForVersions int
bits int
name System
Результат System
        private Mode(int[] characterCountBitsForVersions, int bits, System.String name)
        {
            this.characterCountBitsForVersions = characterCountBitsForVersions;
             this.bits = bits;
             this.name = name;
        }