Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Category:ProtoFlux:Collections

Category page

This group of nodes are for working with Collections.

Nodes
Node Name Description
Add (Collection) Add an element to a collection.
AddKey Adds a key to an element in a collection.
Clear Clears or empties a collection.
Contains (Collection) Check for an element in a collection.
ContainsKey Checks for a key to an element in a collection.
Count Gets a count of all elements in a collection.
GetAt Gets an element in a collection.
GetKey Gets a key to an element in a collection.
IndexOf Gets an index of an element to a collection.
InsertAt Inserts an element at a position in a collection.
IsEmpty Checks the collection if it has no elements or if all elements are null.
IsReadOnly Returns if the collection is Read Only or not.
Remove Removes an element of a collection.
RemoveAll Removes any matching element(s) of a collection.
RemoveAt Removes an element of a position in a collection.
RemoveKey Removes a key of an element in a collection.
SetAt Sets an element in a collection.
SetKey Sets a key of an element in a collection.
UnpackKeyValuePair Unpacks an element of a collection.