Dashing.Configuration.Map.Map C# (CSharp) Method

Map() public method

public Map ( Type type ) : System
type System.Type
return System
        public Map(Type type) {
            this.Type = type;
            this.Columns = new OrderedDictionary<string, IColumn>();
            this.indexes = new List<Index>();
        }