System.Web.Mvc.ItemRegistrar.ItemRegistrar C# (CSharp) Method

ItemRegistrar() public method

public ItemRegistrar ( string format ) : System.Collections.Generic
format string
return System.Collections.Generic
        public ItemRegistrar(string format)
        {
            _format = format;
            _items = new List<string>();
        }