Adf.Base.Domain.ValueObjectPropertyParser.GetCollection C# (CSharp) 메소드

GetCollection() 공개 메소드

public GetCollection ( Type targetType, bool includeEmpty, IEnumerable items = null ) : ICollection
targetType System.Type
includeEmpty bool
items IEnumerable
리턴 ICollection
        public ICollection<ValueItem> GetCollection(Type targetType, bool includeEmpty, IEnumerable items = null)
        {
            return GetCollection((object) null, includeEmpty, items);
        }

Same methods

ValueObjectPropertyParser::GetCollection ( object target, bool includeEmpty, IEnumerable items = null ) : ICollection