System::Collections::Specialized::NameValueCollection Member List

This is the complete list of members for System::Collections::Specialized::NameValueCollection, including all inherited members.

Add(const String &item) overrideSystem::Collections::Specialized::NameValueCollectionvirtual
Add(const System::SharedPtr< NameValueCollection > &c)System::Collections::Specialized::NameValueCollection
Add(const String &name, const String &value)System::Collections::Specialized::NameValueCollectionvirtual
begin()System::Collections::Generic::IEnumerable< System::String >inline
begin() constSystem::Collections::Generic::IEnumerable< System::String >inline
cbegin() constSystem::Collections::Generic::IEnumerable< System::String >inline
cend() constSystem::Collections::Generic::IEnumerable< System::String >inline
Clear() overrideSystem::Collections::Specialized::NameValueCollectionvirtual
const_iterator typedefSystem::Collections::Generic::IEnumerable< System::String >
Contains(const String &item) const overrideSystem::Collections::Specialized::NameValueCollectionvirtual
CopyTo(System::ArrayPtr< String > array, int32_t arrayIndex) overrideSystem::Collections::Specialized::NameValueCollection
ICollection< System::String >::CopyTo(System::ArrayPtr< System::String > array, int arrayIndex)=0System::Collections::Generic::ICollection< System::String >pure virtual
end()System::Collections::Generic::IEnumerable< System::String >inline
end() constSystem::Collections::Generic::IEnumerable< System::String >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(const String &name)System::Collections::Specialized::NameValueCollectionvirtual
get_AllKeys()System::Collections::Specialized::NameValueCollectionvirtual
get_Count() const overrideSystem::Collections::Specialized::NameValueCollectionvirtual
ICollection< System::String >::get_IsReadOnly() constSystem::Collections::Generic::ICollection< System::String >inlinevirtual
get_Keys()System::Collections::Specialized::NameValueCollectionvirtual
get_SyncRoot() constSystem::Collections::Generic::ICollection< System::String >inline
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Collections::Specialized::NameValueCollectionvirtual
GetHashCode() constSystem::Objectvirtual
GetType() constSystem::Objectvirtual
GetValues(const String &name)System::Collections::Specialized::NameValueCollectionvirtual
HasKeys()System::Collections::Specialized::NameValueCollection
ICollection()System::Collections::Generic::ICollection< System::String >inline
ICollection(const ICollection &)System::Collections::Generic::ICollection< System::String >inline
ICollection(ICollection &&) noexceptSystem::Collections::Generic::ICollection< System::String >inline
idx_get(const String &name)System::Collections::Specialized::NameValueCollection
idx_set(const String &name, const String &value)System::Collections::Specialized::NameValueCollection
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< System::String >
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::IEnumerable< System::String >
LINQ_All(std::function< bool(System::String)> predicate)System::Collections::Generic::IEnumerable< System::String >
LINQ_Any()System::Collections::Generic::IEnumerable< System::String >
LINQ_Any(std::function< bool(System::String)> predicate)System::Collections::Generic::IEnumerable< System::String >
LINQ_Cast()System::Collections::Generic::IEnumerable< System::String >
LINQ_Cast()System::Collections::Generic::IEnumerable< System::String >
LINQ_Concat(SharedPtr< IEnumerable< System::String >> sequence)System::Collections::Generic::IEnumerable< System::String >
LINQ_Contains(System::String value)System::Collections::Generic::IEnumerable< System::String >
LINQ_Count()System::Collections::Generic::IEnumerable< System::String >
LINQ_Count(const Func< System::String, bool > &predicate)System::Collections::Generic::IEnumerable< System::String >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< System::String >
LINQ_First()System::Collections::Generic::IEnumerable< System::String >
LINQ_First(const Func< System::String, bool > &predicate)System::Collections::Generic::IEnumerable< System::String >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< System::String >
LINQ_FirstOrDefault(std::function< bool(System::String)> predicate)System::Collections::Generic::IEnumerable< System::String >
LINQ_GroupBy(System::Func< System::String, Key > keyPredicate)System::Collections::Generic::IEnumerable< System::String >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< System::String >
LINQ_Last()System::Collections::Generic::IEnumerable< System::String >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< System::String >
LINQ_OfType()System::Collections::Generic::IEnumerable< System::String >
LINQ_OfType()System::Collections::Generic::IEnumerable< System::String >
LINQ_OrderBy(const Func< System::String, Key > &keySelector)System::Collections::Generic::IEnumerable< System::String >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< System::String >
LINQ_OrderByDescending(const Func< System::String, Key > &keySelector)System::Collections::Generic::IEnumerable< System::String >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< System::String >
LINQ_Select(const Func< System::String, ResultType > &selector)System::Collections::Generic::IEnumerable< System::String >
LINQ_Select(const Func< System::String, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< System::String >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< System::String >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< System::String >
LINQ_SelectMany(const Func< System::String, SharedPtr< IEnumerable< ResultType >>> &selector)System::Collections::Generic::IEnumerable< System::String >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result >>> &selector)System::Collections::Generic::IEnumerable< System::String >
LINQ_ToArray()System::Collections::Generic::IEnumerable< System::String >
LINQ_ToList()System::Collections::Generic::IEnumerable< System::String >
LINQ_Where(std::function< bool(System::String)> predicate)System::Collections::Generic::IEnumerable< System::String >
Lock()System::Object
MemberwiseClone() constSystem::Objectvirtual
NameValueCollection()System::Collections::Specialized::NameValueCollection
NameValueCollection(const System::SharedPtr< NameValueCollection > &col)System::Collections::Specialized::NameValueCollection
Object()System::Object
Object(Object const &x)System::Object
operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< System::String >inline
operator=(const ICollection &)System::Collections::Generic::ICollection< System::String >inline
IEnumerable< System::String >::operator=(Object const &x)System::Objectinline
ptr typedefSystem::Object
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(const String &item) overrideSystem::Collections::Specialized::NameValueCollectionvirtual
RemovedSharedRefs(int count)System::Objectinline
Set(const String &name, const String &value)System::Collections::Specialized::NameValueCollectionvirtual
SetTemplateWeakPtr(uint32_t argument)System::Objectvirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ToString() constSystem::Objectvirtual
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::ICollection< System::String >
virtualizeBeginConstIterator() const overrideSystem::Collections::Specialized::NameValueCollectionvirtual
virtualizeBeginIterator() overrideSystem::Collections::Specialized::NameValueCollectionvirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< System::String >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< System::String >
virtualizeEndConstIterator() const overrideSystem::Collections::Specialized::NameValueCollectionvirtual
virtualizeEndIterator() overrideSystem::Collections::Specialized::NameValueCollectionvirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~ICollection()System::Collections::Generic::ICollection< System::String >inlinevirtual
~Object()System::Objectvirtual