Adf.Base.Domain.ValueObjectPropertyParser.GetCollection C# (CSharp) Method

GetCollection() public method

public GetCollection ( Type targetType, bool includeEmpty, IEnumerable items = null ) : ICollection
targetType System.Type
includeEmpty bool
items IEnumerable
return 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