Collection class Last update: 18.06.2026 Namespace: Ans.DataProcessing CollectionT Collection[T](intptr: IntPtr) Class Information Property Value Namespace Ans.DataProcessing Assembly CS_DataProcessing Base Class Ans.DataProcessing.internal_objects.BaseCollection Constructors Constructor Collection`1() Constructor Collection`1(intptr) Parameters: intptr (IntPtr) Methods Add obj.Add(obj) Parameters: obj (T) Set obj.Set(index, obj) Parameters: index (int) obj (T) Get result = obj.Get(index) Parameters: index (int) Returns: T Properties Item Type: T # Get or set the property value = obj.Item obj.Item = new_value