MySql.Data.Entity.ListFragment.ListFragment C# (CSharp) Метод

ListFragment() публичный Метод

public ListFragment ( string sep ) : System.Collections.Generic
sep string
Результат System.Collections.Generic
        public ListFragment(string sep)
        {
            Items = new List<SqlFragment>();
            Seperator = sep;
        }