WRAPPER_API SerializableCollection()
WRAPPER_API SerializableCollection(const SerializableCollection &source)
Description
The SerializableCollection constructor creates a new instance of the SerializableCollection class. The default constructor takes no arguments and produces a SerializableCollection. The second constructor is a copy-constructor, which produces a SerializableCollection with the same values as the SerializableCollection passed as argument.
Comments
0 comments
Please sign in to leave a comment.