Aspose::Pub::Utils::Set class

Set class

Designed to represent sets of type specified.

template<typename T>class Set : public System::Collections::Generic::List<T>
ParameterDescription
Ttype of set

Methods

MethodDescription
Add(const T&) overrideAdds element to the end of list.
Set()
Set(System::ArrayPtr<T>)
SetTemplateWeakPtr(uint32_t) overrideSet n’th template argument a weak pointer (rather than shared). Allows switching pointers in containers to weak mode.

See Also