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

Same methods

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