|
void | Add (int x) |
|
void | AddRange (Int32s values) |
|
void | Clear () |
|
bool | Contains (int value) |
|
void | CopyTo (int index, int[] array, int arrayIndex, int count) |
|
void | CopyTo (int[] array) |
|
void | CopyTo (int[] array, int arrayIndex) |
|
virtual void | Dispose () |
|
Int32sEnumerator | GetEnumerator () |
|
Int32s | GetRange (int index, int count) |
|
int | IndexOf (int value) |
|
void | Insert (int index, int x) |
|
void | InsertRange (int index, Int32s values) |
|
| Int32s () |
|
| Int32s (global::System.Collections.Generic.IEnumerable< int > c) |
|
| Int32s (global::System.Collections.IEnumerable c) |
|
| Int32s (int capacity) |
|
| Int32s (Int32s other) |
|
int | LastIndexOf (int value) |
|
bool | Remove (int value) |
|
void | RemoveAt (int index) |
|
void | RemoveRange (int index, int count) |
|
void | Reverse () |
|
void | Reverse (int index, int count) |
|
void | SetRange (int index, Int32s values) |
|
int[] | ToArray () |
|
|
| Int32s (global::System.IntPtr cPtr, bool cMemoryOwn) |
|
|
static global::System.Runtime.InteropServices.HandleRef | getCPtr (Int32s obj) |
|
|
global::System.Runtime.InteropServices.HandleRef | swigCPtr |
|
◆ Int32s() [1/6]
LlamaLibrary.Int32s.Int32s |
( |
global::System::IntPtr | cPtr, |
|
|
bool | cMemoryOwn ) |
|
package |
◆ ~Int32s()
LlamaLibrary.Int32s.~Int32s |
( |
| ) |
|
|
private |
◆ Int32s() [2/6]
LlamaLibrary.Int32s.Int32s |
( |
global::System::Collections::IEnumerable | c | ) |
|
◆ Int32s() [3/6]
LlamaLibrary.Int32s.Int32s |
( |
global::System::Collections::Generic::IEnumerable< int > | c | ) |
|
◆ Int32s() [4/6]
LlamaLibrary.Int32s.Int32s |
( |
| ) |
|
◆ Int32s() [5/6]
LlamaLibrary.Int32s.Int32s |
( |
Int32s | other | ) |
|
◆ Int32s() [6/6]
LlamaLibrary.Int32s.Int32s |
( |
int | capacity | ) |
|
◆ Add()
void LlamaLibrary.Int32s.Add |
( |
int | x | ) |
|
◆ AddRange()
void LlamaLibrary.Int32s.AddRange |
( |
Int32s | values | ) |
|
◆ capacity()
uint LlamaLibrary.Int32s.capacity |
( |
| ) |
|
|
private |
◆ Clear()
void LlamaLibrary.Int32s.Clear |
( |
| ) |
|
◆ Contains()
bool LlamaLibrary.Int32s.Contains |
( |
int | value | ) |
|
◆ CopyTo() [1/3]
void LlamaLibrary.Int32s.CopyTo |
( |
int | index, |
|
|
int[] | array, |
|
|
int | arrayIndex, |
|
|
int | count ) |
◆ CopyTo() [2/3]
void LlamaLibrary.Int32s.CopyTo |
( |
int[] | array | ) |
|
◆ CopyTo() [3/3]
void LlamaLibrary.Int32s.CopyTo |
( |
int[] | array, |
|
|
int | arrayIndex ) |
◆ Dispose()
virtual void LlamaLibrary.Int32s.Dispose |
( |
| ) |
|
|
virtual |
◆ getCPtr()
static global.System.Runtime.InteropServices.HandleRef LlamaLibrary.Int32s.getCPtr |
( |
Int32s | obj | ) |
|
|
staticpackage |
◆ GetEnumerator() [1/3]
global.System.Collections.Generic.IEnumerator< int > global.System.Collections.Generic.IEnumerable< int >. LlamaLibrary.Int32s.GetEnumerator |
( |
| ) |
|
|
private |
◆ GetEnumerator() [2/3]
global.System.Collections.IEnumerator global.System.Collections.IEnumerable. LlamaLibrary.Int32s.GetEnumerator |
( |
| ) |
|
|
private |
◆ GetEnumerator() [3/3]
◆ getitem()
int LlamaLibrary.Int32s.getitem |
( |
int | index | ) |
|
|
private |
◆ getitemcopy()
int LlamaLibrary.Int32s.getitemcopy |
( |
int | index | ) |
|
|
private |
◆ GetRange()
Int32s LlamaLibrary.Int32s.GetRange |
( |
int | index, |
|
|
int | count ) |
◆ IndexOf()
int LlamaLibrary.Int32s.IndexOf |
( |
int | value | ) |
|
◆ Insert()
void LlamaLibrary.Int32s.Insert |
( |
int | index, |
|
|
int | x ) |
◆ InsertRange()
void LlamaLibrary.Int32s.InsertRange |
( |
int | index, |
|
|
Int32s | values ) |
◆ LastIndexOf()
int LlamaLibrary.Int32s.LastIndexOf |
( |
int | value | ) |
|
◆ Remove()
bool LlamaLibrary.Int32s.Remove |
( |
int | value | ) |
|
◆ RemoveAt()
void LlamaLibrary.Int32s.RemoveAt |
( |
int | index | ) |
|
◆ RemoveRange()
void LlamaLibrary.Int32s.RemoveRange |
( |
int | index, |
|
|
int | count ) |
◆ Repeat()
static Int32s LlamaLibrary.Int32s.Repeat |
( |
int | value, |
|
|
int | count ) |
|
static |
◆ reserve()
void LlamaLibrary.Int32s.reserve |
( |
uint | n | ) |
|
|
private |
◆ Reverse() [1/2]
void LlamaLibrary.Int32s.Reverse |
( |
| ) |
|
◆ Reverse() [2/2]
void LlamaLibrary.Int32s.Reverse |
( |
int | index, |
|
|
int | count ) |
◆ setitem()
void LlamaLibrary.Int32s.setitem |
( |
int | index, |
|
|
int | value ) |
|
private |
◆ SetRange()
void LlamaLibrary.Int32s.SetRange |
( |
int | index, |
|
|
Int32s | values ) |
◆ size()
uint LlamaLibrary.Int32s.size |
( |
| ) |
|
|
private |
◆ ToArray()
int[] LlamaLibrary.Int32s.ToArray |
( |
| ) |
|
◆ swigCMemOwn
bool LlamaLibrary.Int32s.swigCMemOwn |
|
protected |
◆ swigCPtr
global.System.Runtime.InteropServices.HandleRef LlamaLibrary.Int32s.swigCPtr |
|
private |
Referenced by LlamaLibrary.Int32s.Add(), LlamaLibrary.Int32s.AddRange(), LlamaLibrary.Int32s.capacity(), LlamaLibrary.Int32s.Clear(), LlamaLibrary.Int32s.Contains(), LlamaLibrary.Int32s.Dispose(), LlamaLibrary.Int32s.getCPtr(), LlamaLibrary.Int32s.getitem(), LlamaLibrary.Int32s.getitemcopy(), LlamaLibrary.Int32s.GetRange(), LlamaLibrary.Int32s.IndexOf(), LlamaLibrary.Int32s.Insert(), LlamaLibrary.Int32s.InsertRange(), LlamaLibrary.Int32s.Int32s(), LlamaLibrary.Int32s.LastIndexOf(), LlamaLibrary.Int32s.Remove(), LlamaLibrary.Int32s.RemoveAt(), LlamaLibrary.Int32s.RemoveRange(), LlamaLibrary.Int32s.reserve(), LlamaLibrary.Int32s.Reverse(), LlamaLibrary.Int32s.Reverse(), LlamaLibrary.Int32s.setitem(), LlamaLibrary.Int32s.SetRange(), and LlamaLibrary.Int32s.size().
◆ Capacity
int LlamaLibrary.Int32s.Capacity |
|
getset |
◆ Count
int LlamaLibrary.Int32s.Count |
|
get |
◆ IsFixedSize
bool LlamaLibrary.Int32s.IsFixedSize |
|
get |
◆ IsReadOnly
bool LlamaLibrary.Int32s.IsReadOnly |
|
get |
◆ IsSynchronized
bool LlamaLibrary.Int32s.IsSynchronized |
|
get |
◆ this[int index]
int LlamaLibrary.Int32s.this[int index] |
|
getset |
The documentation for this class was generated from the following file: