Adf.Business.SmartReferences.SmartReferencePropertyParser.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(targetType.New<ISmartReference>(), includeEmpty, items);
        }

Same methods

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