AcManager.Tools.Managers.Presets.PresetsManager.PresetsManager C# (CSharp) Method

PresetsManager() private method

private PresetsManager ( string path = null ) : System
path string
return System
        private PresetsManager(string path = null)
            : base(path) {
            Debug.Assert(path != null);
            _builtInPresets = new Dictionary<string, List<BuiltInPresetEntry>>(2);
        }