Adf.Base.Domain.DefaultPropertyParser.GetCollection C# (CSharp) Méthode

GetCollection() public méthode

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

Same methods

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