System::Collections::ObjectModel::KeyedCollection< TKey, TItem > Member List

This is the complete list of members for System::Collections::ObjectModel::KeyedCollection< TKey, TItem >, including all inherited members.

Add(const TItem &item) overrideSystem::Collections::ObjectModel::KeyedCollection< TKey, TItem >inlinevirtual
begin()System::Collections::Generic::IEnumerable< TItem >inline
begin() constSystem::Collections::Generic::IEnumerable< TItem >inline
cbegin() constSystem::Collections::Generic::IEnumerable< TItem >inline
cend() constSystem::Collections::Generic::IEnumerable< TItem >inline
ChangeItemKey(TItem item, TKey newKey)System::Collections::ObjectModel::KeyedCollection< TKey, TItem >inlineprotected
Clear() overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
ClearItems() overrideSystem::Collections::ObjectModel::KeyedCollection< TKey, TItem >inlineprotectedvirtual
Collection()System::Collections::ObjectModel::Collection< TItem >inline
Collection(SharedPtr< Generic::IList< TItem >> list)System::Collections::ObjectModel::Collection< TItem >inline
comparerSystem::Collections::ObjectModel::KeyedCollection< TKey, TItem >
const_iterator typedefSystem::Collections::Generic::IEnumerable< TItem >
const_reverse_iterator typedefSystem::Collections::ObjectModel::Collection< TItem >
Contains(TKey key)System::Collections::ObjectModel::KeyedCollection< TKey, TItem >inline
Collection< TItem >::Contains(const TItem &item) const overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
CopyTo(ArrayPtr< TItem > arr, int index) overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
crbegin() const noexceptSystem::Collections::ObjectModel::Collection< TItem >inline
crend() const noexceptSystem::Collections::ObjectModel::Collection< TItem >inline
defaultThresholdSystem::Collections::ObjectModel::KeyedCollection< TKey, TItem >static
dictSystem::Collections::ObjectModel::KeyedCollection< TKey, TItem >
end()System::Collections::Generic::IEnumerable< TItem >inline
end() constSystem::Collections::Generic::IEnumerable< TItem >inline
Equals(ptr obj)System::Objectvirtual
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(T1 const &objA, T2 const &objB)System::Objectinlinestatic
Equals(float const &objA, float const &objB)System::Objectinline
Equals(double const &objA, double const &objB)System::Objectinline
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
get_Comparer()System::Collections::ObjectModel::KeyedCollection< TKey, TItem >inline
get_Count() const overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
get_Dictionary()System::Collections::ObjectModel::KeyedCollection< TKey, TItem >inlineprotected
get_IsFixedSize()System::Collections::Generic::IList< TItem >inline
get_IsReadOnly() constSystem::Collections::Generic::ICollection< TItem >inlinevirtual
get_Items()System::Collections::ObjectModel::Collection< TItem >inline
get_Items() constSystem::Collections::ObjectModel::Collection< TItem >inline
get_SyncRoot() constSystem::Collections::Generic::ICollection< TItem >inline
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< TItem >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< TItem >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetKeyForItem(TItem item)=0System::Collections::ObjectModel::KeyedCollection< TKey, TItem >protectedpure virtual
GetType() constSystem::Objectvirtual
ICollection()System::Collections::Generic::ICollection< TItem >inline
ICollection(const ICollection &)System::Collections::Generic::ICollection< TItem >inline
ICollection(ICollection &&) noexceptSystem::Collections::Generic::ICollection< TItem >inline
idx_get(TKey key)System::Collections::ObjectModel::KeyedCollection< TKey, TItem >inline
Collection< TItem >::idx_get(int index) const overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
idx_set(int index, TItem value) overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< TItem >
IndexOf(const TItem &item) const overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
Insert(int index, const TItem &item) overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
InsertItem(int index, const TItem &item) overrideSystem::Collections::ObjectModel::KeyedCollection< TKey, TItem >inlineprotectedvirtual
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::IEnumerable< TItem >
keyCountSystem::Collections::ObjectModel::KeyedCollection< TKey, TItem >
KeyedCollection()System::Collections::ObjectModel::KeyedCollection< TKey, TItem >inlineprotected
KeyedCollection(const System::SharedPtr< System::Collections::Generic::IEqualityComparer< TKey >> &comparer)System::Collections::ObjectModel::KeyedCollection< TKey, TItem >inlineprotected
KeyedCollection(const System::SharedPtr< System::Collections::Generic::IEqualityComparer< TKey >> &comparer, int dictionaryCreationThreshold)System::Collections::ObjectModel::KeyedCollection< TKey, TItem >inlineprotected
LINQ_All(std::function< bool(TItem)> predicate)System::Collections::Generic::IEnumerable< TItem >
LINQ_Any()System::Collections::Generic::IEnumerable< TItem >
LINQ_Any(std::function< bool(TItem)> predicate)System::Collections::Generic::IEnumerable< TItem >
LINQ_Cast()System::Collections::Generic::IEnumerable< TItem >
LINQ_Cast()System::Collections::Generic::IEnumerable< TItem >
LINQ_Concat(SharedPtr< IEnumerable< TItem >> sequence)System::Collections::Generic::IEnumerable< TItem >
LINQ_Contains(TItem value)System::Collections::Generic::IEnumerable< TItem >
LINQ_Count()System::Collections::Generic::IEnumerable< TItem >
LINQ_Count(const Func< TItem, bool > &predicate)System::Collections::Generic::IEnumerable< TItem >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< TItem >
LINQ_First()System::Collections::Generic::IEnumerable< TItem >
LINQ_First(const Func< TItem, bool > &predicate)System::Collections::Generic::IEnumerable< TItem >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< TItem >
LINQ_FirstOrDefault(std::function< bool(TItem)> predicate)System::Collections::Generic::IEnumerable< TItem >
LINQ_GroupBy(System::Func< TItem, Key > keyPredicate)System::Collections::Generic::IEnumerable< TItem >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< TItem >
LINQ_Last()System::Collections::Generic::IEnumerable< TItem >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< TItem >
LINQ_OfType()System::Collections::Generic::IEnumerable< TItem >
LINQ_OfType()System::Collections::Generic::IEnumerable< TItem >
LINQ_OrderBy(const Func< TItem, Key > &keySelector)System::Collections::Generic::IEnumerable< TItem >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< TItem >
LINQ_OrderByDescending(const Func< TItem, Key > &keySelector)System::Collections::Generic::IEnumerable< TItem >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< TItem >
LINQ_Select(const Func< TItem, ResultType > &selector)System::Collections::Generic::IEnumerable< TItem >
LINQ_Select(const Func< TItem, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< TItem >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< TItem >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< TItem >
LINQ_SelectMany(const Func< TItem, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< TItem >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< TItem >
LINQ_ToArray()System::Collections::Generic::IEnumerable< TItem >
LINQ_ToList()System::Collections::Generic::IEnumerable< TItem >
LINQ_Where(std::function< bool(TItem)> predicate)System::Collections::Generic::IEnumerable< TItem >
Lock()System::Object
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< TItem >inline
operator=(const ICollection &)System::Collections::Generic::ICollection< TItem >inline
IEnumerable< TItem >::operator=(Object const &x)System::Objectinline
operator[](int index)System::Collections::ObjectModel::Collection< TItem >inline
operator[](int index) constSystem::Collections::ObjectModel::Collection< TItem >inline
ptr typedefSystem::Object
rbegin() noexceptSystem::Collections::ObjectModel::Collection< TItem >inline
rbegin() const noexceptSystem::Collections::ObjectModel::Collection< TItem >inline
ReferenceEquals(ptr const &objA, ptr const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, T const &objB)System::Objectinlinestatic
ReferenceEquals(T const &objA, std::nullptr_t)System::Objectinlinestatic
ReferenceEquals(String const &str, std::nullptr_t)System::Objectinline
ReferenceEquals(String const &str1, String const &str2)System::Objectinline
Remove(TKey key)System::Collections::ObjectModel::KeyedCollection< TKey, TItem >inline
Collection< TItem >::Remove(const TItem &item) overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
RemoveAt(int index) overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
RemovedSharedRefs(int count)System::Objectinline
RemoveItem(int index) overrideSystem::Collections::ObjectModel::KeyedCollection< TKey, TItem >inlineprotectedvirtual
rend() noexceptSystem::Collections::ObjectModel::Collection< TItem >inline
rend() const noexceptSystem::Collections::ObjectModel::Collection< TItem >inline
reverse_iterator typedefSystem::Collections::ObjectModel::Collection< TItem >
SetItem(int index, TItem item)System::Collections::ObjectModel::KeyedCollection< TKey, TItem >inlineprotectedvirtual
Collection< TItem >::SetItem(int index, const TItem &item)System::Collections::ObjectModel::Collection< TItem >inlineprotectedvirtual
SetTemplateWeakPtr(uint32_t argument) overrideSystem::Collections::ObjectModel::KeyedCollection< TKey, TItem >inlinevirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
thresholdSystem::Collections::ObjectModel::KeyedCollection< TKey, TItem >
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::IList< TItem >
virtualizeBeginConstIterator() const overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
virtualizeBeginIterator() overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< TItem >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< TItem >
virtualizeEndConstIterator() const overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
virtualizeEndIterator() overrideSystem::Collections::ObjectModel::Collection< TItem >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~Collection() overrideSystem::Collections::ObjectModel::Collection< TItem >inlineprotected
~ICollection()System::Collections::Generic::ICollection< TItem >inlinevirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< TItem >inlineprotected
~KeyedCollection() override=defaultSystem::Collections::ObjectModel::KeyedCollection< TKey, TItem >protected
~Object()System::Objectvirtual