MySql.Data.Entity.ListFragment.ListFragment C# (CSharp) Method

ListFragment() public method

public ListFragment ( string sep ) : System.Collections.Generic
sep string
return System.Collections.Generic
        public ListFragment(string sep)
        {
            Items = new List<SqlFragment>();
            Seperator = sep;
        }