Class Std.VectorInt
Inheritance
Std.VectorInt
Assembly: Assembly-CSharp.dll
Syntax
public class VectorInt : HandleCppPtr
Constructors
|
Improve this Doc
View Source
VectorInt()
Declaration
|
Improve this Doc
View Source
VectorInt(IntPtr, DeleteResponsibility)
Declaration
public VectorInt(IntPtr vectorIntPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
Parameters
Methods
|
Improve this Doc
View Source
At(UInt32)
Declaration
Parameters
Type |
Name |
Description |
UInt32 |
pos |
|
Returns
|
Improve this Doc
View Source
Data()
Declaration
Returns
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides
|
Improve this Doc
View Source
PushBack(Int32)
Declaration
public void PushBack(int value)
Parameters
Type |
Name |
Description |
Int32 |
value |
|
|
Improve this Doc
View Source
Reserve(UInt32)
Declaration
public void Reserve(uint newCap)
Parameters
Type |
Name |
Description |
UInt32 |
newCap |
|
|
Improve this Doc
View Source
Size()
Declaration
Returns