Adf.Base.Domain.ListPropertyParser.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)
        {
            throw new NotImplementedException();
        }

Same methods

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