CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
System::Net::Http::Headers::HttpHeaderValueCollection< T > Member List

This is the complete list of members for System::Net::Http::Headers::HttpHeaderValueCollection< T >, including all inherited members.

Add(const T &item) overrideSystem::Net::Http::Headers::HttpHeaderValueCollection< T >inlinevirtual
begin()System::Collections::Generic::IEnumerable< T >inline
begin() constSystem::Collections::Generic::IEnumerable< T >inline
cbegin() constSystem::Collections::Generic::IEnumerable< T >inline
cend() constSystem::Collections::Generic::IEnumerable< T >inline
Clear() overrideSystem::Net::Http::Headers::HttpHeaderValueCollection< T >inlinevirtual
const_iterator typedefSystem::Collections::Generic::IEnumerable< T >
Contains(const T &item) const overrideSystem::Net::Http::Headers::HttpHeaderValueCollection< T >inlinevirtual
CopyTo(System::ArrayPtr< T > array, int32_t arrayIndex) overrideSystem::Net::Http::Headers::HttpHeaderValueCollection< T >inline
System::Collections::Generic::ICollection::CopyTo(System::ArrayPtr< T > array, int arrayIndex)=0System::Collections::Generic::ICollection< T >pure virtual
end()System::Collections::Generic::IEnumerable< T >inline
end() constSystem::Collections::Generic::IEnumerable< T >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::Objectinlinestatic
Equals(double const &objA, double const &objB)System::Objectinlinestatic
FastCast(const Details::FastRttiBase &helper, void **out_ptr) constSystem::Objectvirtual
get_Count() const overrideSystem::Net::Http::Headers::HttpHeaderValueCollection< T >inlinevirtual
get_IsReadOnly()System::Net::Http::Headers::HttpHeaderValueCollection< T >inline
System::Collections::Generic::ICollection::get_IsReadOnly() constSystem::Collections::Generic::ICollection< T >inlinevirtual
get_IsSpecialValueSet()System::Net::Http::Headers::HttpHeaderValueCollection< T >inline
get_SyncRoot() constSystem::Collections::Generic::ICollection< T >inline
GetCounter()System::Objectinline
GetEnumerator() overrideSystem::Net::Http::Headers::HttpHeaderValueCollection< T >inlinevirtual
GetEnumeratorAsVirtualizedIterator()System::Collections::Generic::IEnumerable< T >inlineprotected
GetEnumeratorAsVirtualizedIterator() constSystem::Collections::Generic::IEnumerable< T >inlineprotected
GetHashCode() constSystem::Objectvirtual
GetHeaderStringWithoutSpecial()System::Net::Http::Headers::HttpHeaderValueCollection< T >inline
GetType() constSystem::Objectvirtual
HttpHeaderValueCollection(String headerName, System::SharedPtr< HttpHeaders > store)System::Net::Http::Headers::HttpHeaderValueCollection< T >inline
HttpHeaderValueCollection(String headerName, System::SharedPtr< HttpHeaders > store, Action< System::SharedPtr< HttpHeaderValueCollection< T > >, T > validator)System::Net::Http::Headers::HttpHeaderValueCollection< T >inline
HttpHeaderValueCollection(String headerName, System::SharedPtr< HttpHeaders > store, T specialValue)System::Net::Http::Headers::HttpHeaderValueCollection< T >inline
HttpHeaderValueCollection(String headerName, System::SharedPtr< HttpHeaders > store, T specialValue, Action< System::SharedPtr< HttpHeaderValueCollection< T > >, T > validator)System::Net::Http::Headers::HttpHeaderValueCollection< T >inline
ICollection()System::Collections::Generic::ICollection< T >inline
ICollection(const ICollection &)System::Collections::Generic::ICollection< T >inline
ICollection(ICollection &&) noexceptSystem::Collections::Generic::ICollection< T >inline
IEnumeratorType typedefSystem::Collections::Generic::IEnumerable< T >
Is(const TypeInfo &targetType) constSystem::Objectvirtual
iterator typedefSystem::Collections::Generic::IEnumerable< T >
LINQ_Aggregate(const Func< T, T, T > &func)System::Collections::Generic::IEnumerable< T >
LINQ_All(std::function< bool(T)> predicate)System::Collections::Generic::IEnumerable< T >
LINQ_Any()System::Collections::Generic::IEnumerable< T >
LINQ_Any(std::function< bool(T)> predicate)System::Collections::Generic::IEnumerable< T >
LINQ_Cast()System::Collections::Generic::IEnumerable< T >
LINQ_Cast()System::Collections::Generic::IEnumerable< T >
LINQ_Concat(SharedPtr< IEnumerable< T > > sequence)System::Collections::Generic::IEnumerable< T >
LINQ_Contains(T value)System::Collections::Generic::IEnumerable< T >
LINQ_Count()System::Collections::Generic::IEnumerable< T >
LINQ_Count(const Func< T, bool > &predicate)System::Collections::Generic::IEnumerable< T >
LINQ_ElementAt(int index)System::Collections::Generic::IEnumerable< T >
LINQ_ElementAtOrDefault(int index)System::Collections::Generic::IEnumerable< T >
LINQ_First()System::Collections::Generic::IEnumerable< T >
LINQ_First(const Func< T, bool > &predicate)System::Collections::Generic::IEnumerable< T >
LINQ_FirstOrDefault()System::Collections::Generic::IEnumerable< T >
LINQ_FirstOrDefault(std::function< bool(T)> predicate)System::Collections::Generic::IEnumerable< T >
LINQ_GroupBy(System::Func< T, Key > keyPredicate)System::Collections::Generic::IEnumerable< T >
LINQ_GroupBy(System::Func< T, Key > keyPredicate, System::Func< T, Element > elementSelector)System::Collections::Generic::IEnumerable< T >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate)System::Collections::Generic::IEnumerable< T >
LINQ_GroupBy(System::Func< Source, Key > keyPredicate, System::Func< Source, Element > elementSelector)System::Collections::Generic::IEnumerable< T >
LINQ_Last()System::Collections::Generic::IEnumerable< T >
LINQ_LastOrDefault()System::Collections::Generic::IEnumerable< T >
LINQ_Max(const Func< T, ResultType > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_Max(const Func< Source, ResultType > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_Min(const Func< T, ResultType > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_Min(const Func< Source, ResultType > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_OfType()System::Collections::Generic::IEnumerable< T >
LINQ_OfType()System::Collections::Generic::IEnumerable< T >
LINQ_OrderBy(const Func< T, Key > &keySelector)System::Collections::Generic::IEnumerable< T >
LINQ_OrderBy(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< T >
LINQ_OrderByDescending(const Func< T, Key > &keySelector)System::Collections::Generic::IEnumerable< T >
LINQ_OrderByDescending(const Func< Source, Key > &keySelector)System::Collections::Generic::IEnumerable< T >
LINQ_Reverse()System::Collections::Generic::IEnumerable< T >
LINQ_Select(const Func< T, ResultType > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_Select(const Func< T, int32_t, ResultType > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_Select(const Func< Source, Result > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_Select(const Func< Source, int32_t, Result > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_SelectMany(const Func< T, SharedPtr< IEnumerable< ResultType > > > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_SelectMany(const Func< Source, SharedPtr< IEnumerable< Result > > > &selector)System::Collections::Generic::IEnumerable< T >
LINQ_Take(int32_t count)System::Collections::Generic::IEnumerable< T >
LINQ_ToArray()System::Collections::Generic::IEnumerable< T >
LINQ_ToList()System::Collections::Generic::IEnumerable< T >
LINQ_Where(std::function< bool(T)> predicate)System::Collections::Generic::IEnumerable< T >
Lock()System::Object
MemberwiseClone() constSystem::Objectvirtual
Object()System::Object
Object(Object const &x)System::Object
operator=(ICollection &&) noexceptSystem::Collections::Generic::ICollection< T >inline
operator=(const ICollection &)System::Collections::Generic::ICollection< T >inline
System::Collections::Generic::IEnumerable::operator=(Object const &x)System::Objectinline
ParseAdd(String input)System::Net::Http::Headers::HttpHeaderValueCollection< T >inline
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 T &item) overrideSystem::Net::Http::Headers::HttpHeaderValueCollection< T >inlinevirtual
RemovedSharedRefs(int count)System::Objectinline
RemoveSpecialValue()System::Net::Http::Headers::HttpHeaderValueCollection< T >inline
SetSpecialValue()System::Net::Http::Headers::HttpHeaderValueCollection< T >inline
SetTemplateWeakPtr(uint32_t argument) overrideSystem::Net::Http::Headers::HttpHeaderValueCollection< T >inlinevirtual
SharedCount() constSystem::Objectinline
SharedRefAdded()System::Objectinline
SharedRefRemovedSafe()System::Objectinline
ToString() const overrideSystem::Net::Http::Headers::HttpHeaderValueCollection< T >inlinevirtual
TryParseAdd(String input)System::Net::Http::Headers::HttpHeaderValueCollection< T >inline
Type()System::Objectinlinestatic
Unlock()System::Object
ValueType typedefSystem::Collections::Generic::ICollection< T >
virtualizeBeginConstIterator() constSystem::Collections::Generic::IEnumerable< T >inlinevirtual
virtualizeBeginIterator()System::Collections::Generic::IEnumerable< T >inlinevirtual
virtualized_iterator typedefSystem::Collections::Generic::IEnumerable< T >
virtualized_iterator_element typedefSystem::Collections::Generic::IEnumerable< T >
virtualizeEndConstIterator() constSystem::Collections::Generic::IEnumerable< T >inlinevirtual
virtualizeEndIterator()System::Collections::Generic::IEnumerable< T >inlinevirtual
WeakRefAdded()System::Objectinline
WeakRefRemoved()System::Objectinline
~ICollection()System::Collections::Generic::ICollection< T >inlinevirtual
~IEnumerable() overrideSystem::Collections::Generic::IEnumerable< T >inlineprotected
~Object()System::Objectvirtual