Add(const System::SharedPtr< IBehaviorProperty > &item) override | Aspose::Slides::Animation::BehaviorPropertyCollection | |
Add(const System::String &propertyValue) override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
IList< System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > >::Add(const T &item)=0 | System::Collections::Generic::ICollection< T > | pure virtual |
begin() noexcept | Aspose::Slides::Animation::BehaviorPropertyCollection | |
begin() const noexcept | Aspose::Slides::Animation::BehaviorPropertyCollection | |
cbegin() const noexcept | Aspose::Slides::Animation::BehaviorPropertyCollection | |
cend() const noexcept | Aspose::Slides::Animation::BehaviorPropertyCollection | |
Clear() override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
const_iterator typedef | Aspose::Slides::Animation::BehaviorPropertyCollection | |
Contains(const System::SharedPtr< IBehaviorProperty > &item) const override | Aspose::Slides::Animation::BehaviorPropertyCollection | |
Contains(const System::String &propertyValue) const override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
IList< System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > >::Contains(const T &item) const =0 | System::Collections::Generic::ICollection< T > | pure virtual |
CopyTo(System::ArrayPtr< System::SharedPtr< IBehaviorProperty >> array, int32_t arrayIndex) override | Aspose::Slides::Animation::BehaviorPropertyCollection | |
Aspose::Slides::Animation::IBehaviorPropertyCollection::CopyTo(System::ArrayPtr< T > array, int arrayIndex)=0 | System::Collections::Generic::ICollection< T > | pure virtual |
end() noexcept | Aspose::Slides::Animation::BehaviorPropertyCollection | |
end() const noexcept | Aspose::Slides::Animation::BehaviorPropertyCollection | |
Equals(ptr obj) | System::Object | virtual |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(T1 const &objA, T2 const &objB) | System::Object | inlinestatic |
Equals(float const &objA, float const &objB) | System::Object | inlinestatic |
Equals(double const &objA, double const &objB) | System::Object | inlinestatic |
FastCast(const Details::FastRttiBase &helper, void **out_ptr) const | System::Object | virtual |
get_Count() const override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
get_IsFixedSize() | System::Collections::Generic::IList< System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > > | inline |
get_IsReadOnly() const override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
get_SyncRoot() const | System::Collections::Generic::ICollection< T > | inline |
GetCounter() | System::Object | inline |
GetEnumerator() override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
GetEnumeratorAsVirtualizedIterator() | System::Collections::Generic::IEnumerable< T > | inlineprotected |
GetEnumeratorAsVirtualizedIterator() const | System::Collections::Generic::IEnumerable< T > | inlineprotected |
GetHashCode() const | System::Object | virtual |
GetType() const | System::Object | virtual |
ICollection() | System::Collections::Generic::ICollection< T > | inline |
ICollection(const ICollection &) | System::Collections::Generic::ICollection< T > | inline |
ICollection(ICollection &&) noexcept | System::Collections::Generic::ICollection< T > | inline |
idx_get(int32_t index) const override | Aspose::Slides::Animation::BehaviorPropertyCollection | |
Aspose::Slides::Animation::IBehaviorPropertyCollection::idx_get(int index) const=0 | System::Collections::Generic::IList< System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > > | pure virtual |
idx_set(int32_t index, System::SharedPtr< IBehaviorProperty > value) override | Aspose::Slides::Animation::BehaviorPropertyCollection | |
Aspose::Slides::Animation::IBehaviorPropertyCollection::idx_set(int index, System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > value)=0 | System::Collections::Generic::IList< System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > > | pure virtual |
IEnumeratorType typedef | System::Collections::Generic::IEnumerable< T > | |
IndexOf(const System::SharedPtr< IBehaviorProperty > &item) const override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
IndexOf(const System::String &propertyValue) const override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
Insert(int32_t index, const System::SharedPtr< IBehaviorProperty > &item) override | Aspose::Slides::Animation::BehaviorPropertyCollection | |
Insert(int32_t index, System::String propertyValue) override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
IList< System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > >::Insert(int index, const System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > &item)=0 | System::Collections::Generic::IList< System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > > | pure virtual |
Is(const TypeInfo &targetType) const | System::Object | virtual |
iterator typedef | Aspose::Slides::Animation::BehaviorPropertyCollection | |
iterator_holder_type typedef | Aspose::Slides::Animation::BehaviorPropertyCollection | |
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_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< Source, Key > keyPredicate) | System::Collections::Generic::IEnumerable< T > | |
LINQ_Last() | System::Collections::Generic::IEnumerable< T > | |
LINQ_LastOrDefault() | 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_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_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() const | System::Object | virtual |
Object() | System::Object | |
Object(Object const &x) | System::Object | |
operator=(ICollection &&) noexcept | System::Collections::Generic::ICollection< T > | inline |
operator=(const ICollection &) | System::Collections::Generic::ICollection< T > | inline |
System::Collections::Generic::IEnumerable::operator=(Object const &x) | System::Object | inline |
ptr typedef | System::Object | |
ReferenceEquals(ptr const &objA, ptr const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, T const &objB) | System::Object | inlinestatic |
ReferenceEquals(T const &objA, std::nullptr_t) | System::Object | inlinestatic |
ReferenceEquals(String const &str, std::nullptr_t) | System::Object | inline |
ReferenceEquals(String const &str1, String const &str2) | System::Object | inline |
Remove(const System::SharedPtr< IBehaviorProperty > &item) override | Aspose::Slides::Animation::BehaviorPropertyCollection | |
Remove(const System::String &propertyValue) override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
IList< System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > >::Remove(const T &item)=0 | System::Collections::Generic::ICollection< T > | pure virtual |
RemoveAt(int32_t index) override | Aspose::Slides::Animation::BehaviorPropertyCollection | |
Aspose::Slides::Animation::IBehaviorPropertyCollection::RemoveAt(int index)=0 | System::Collections::Generic::IList< System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > > | pure virtual |
RemovedSharedRefs(int count) | System::Object | inline |
SetTemplateWeakPtr(uint32_t argument) | System::Object | virtual |
SharedCount() const | System::Object | inline |
SharedRefAdded() | System::Object | inline |
SharedRefRemovedSafe() | System::Object | inline |
ToString() const | System::Object | virtual |
Type() | System::Object | inlinestatic |
Unlock() | System::Object | |
ValueType typedef | System::Collections::Generic::IList< System::SharedPtr< Aspose::Slides::Animation::IBehaviorProperty > > | |
virtualizeBeginConstIterator() const override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
virtualizeBeginIterator() override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
virtualized_iterator typedef | Aspose::Slides::Animation::BehaviorPropertyCollection | |
virtualized_iterator_element typedef | Aspose::Slides::Animation::BehaviorPropertyCollection | |
virtualizeEndConstIterator() const override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
virtualizeEndIterator() override | Aspose::Slides::Animation::BehaviorPropertyCollection | virtual |
WeakRefAdded() | System::Object | inline |
WeakRefRemoved() | System::Object | inline |
~BehaviorPropertyCollection() | Aspose::Slides::Animation::BehaviorPropertyCollection | protectedvirtual |
~ICollection() | System::Collections::Generic::ICollection< T > | inlinevirtual |
~IEnumerable() override | System::Collections::Generic::IEnumerable< T > | inlineprotected |
~Object() | System::Object | virtual |