Example #1
0
        private BundleInfo(FileType type)
        {
            this.type = type;

            this.containedType = FileTypeValidator.GetFileTypeForBundle(type);
        }