System.Globalization.BaseInfoTable.BaseInfoTable C# (CSharp) Method

BaseInfoTable() private method

private BaseInfoTable ( String fileName, bool fromAssembly ) : System
fileName String
fromAssembly bool
return System
        internal unsafe BaseInfoTable(String fileName, bool fromAssembly) {
            this.fileName = fileName;
            this.fromAssembly = fromAssembly;
            InitializeBaseInfoTablePointers(fileName, fromAssembly);
        }