Class NativeObjectArray
- Namespace
- TaleWorlds.DotNet
- Assembly
- TaleWorlds.DotNet.dll
[EngineClass("ftdnNative_object_array")]
public sealed class NativeObjectArray : NativeObject, IEnumerable<NativeObject>, IEnumerable
- Inheritance
-
NativeObjectArray
- Implements
- Inherited Members
Properties
Count
public int Count { get; }
Property Value
Methods
AddElement(NativeObject)
public void AddElement(NativeObject nativeObject)
Parameters
nativeObjectNativeObject
Clear()
public void Clear()
Create()
public static NativeObjectArray Create()
Returns
GetElementAt(int)
public NativeObject GetElementAt(int index)
Parameters
indexint
Returns
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).