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;
        }