Micro Focus Content Manager SDK 9.3
HP.HPTRIM.SDK.IntList Class Reference
Inheritance diagram for HP.HPTRIM.SDK.IntList:

Classes

class  IntListEnumerator
 

Public Member Functions

 IntList (global::System.Collections.ICollection c)
 
void CopyTo (int[] array)
 
void CopyTo (int[] array, int arrayIndex)
 
void CopyTo (int index, int[] array, int arrayIndex, int count)
 
IntListEnumerator GetEnumerator ()
 
void Clear ()
 
void Add (int x)
 
 IntList ()
 
 IntList (IntList other)
 
 IntList (int capacity)
 
void AddRange (IntList values)
 
IntList GetRange (int index, int count)
 
void Insert (int index, int x)
 
void InsertRange (int index, IntList values)
 
void RemoveAt (int index)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 
void Reverse (int index, int count)
 
void SetRange (int index, IntList values)
 
bool Contains (int value)
 
int IndexOf (int value)
 
int LastIndexOf (int value)
 
bool Remove (int value)
 

Static Public Member Functions

static IntList Repeat (int value, int count)
 
static implicit operator int[] (IntList list)
 
static implicit operator IntList (int[] list)
 

Protected Attributes

bool swigCMemOwn
 

Properties

bool IsFixedSize [get]
 
bool IsReadOnly [get]
 
int this[int index] [get, set]
 
int Capacity [get, set]
 
int Count [get]
 
bool IsSynchronized [get]
 

Constructor & Destructor Documentation

HP.HPTRIM.SDK.IntList.IntList ( global::System.Collections.ICollection  c)
HP.HPTRIM.SDK.IntList.IntList ( )
HP.HPTRIM.SDK.IntList.IntList ( IntList  other)
HP.HPTRIM.SDK.IntList.IntList ( int  capacity)

Member Function Documentation

void HP.HPTRIM.SDK.IntList.Add ( int  x)
void HP.HPTRIM.SDK.IntList.AddRange ( IntList  values)
void HP.HPTRIM.SDK.IntList.Clear ( )
bool HP.HPTRIM.SDK.IntList.Contains ( int  value)
void HP.HPTRIM.SDK.IntList.CopyTo ( int[]  array)
void HP.HPTRIM.SDK.IntList.CopyTo ( int[]  array,
int  arrayIndex 
)
void HP.HPTRIM.SDK.IntList.CopyTo ( int  index,
int[]  array,
int  arrayIndex,
int  count 
)
IntListEnumerator HP.HPTRIM.SDK.IntList.GetEnumerator ( )
IntList HP.HPTRIM.SDK.IntList.GetRange ( int  index,
int  count 
)
int HP.HPTRIM.SDK.IntList.IndexOf ( int  value)
void HP.HPTRIM.SDK.IntList.Insert ( int  index,
int  x 
)
void HP.HPTRIM.SDK.IntList.InsertRange ( int  index,
IntList  values 
)
int HP.HPTRIM.SDK.IntList.LastIndexOf ( int  value)
static implicit HP.HPTRIM.SDK.IntList.operator int[] ( IntList  list)
static
static implicit HP.HPTRIM.SDK.IntList.operator IntList ( int[]  list)
static
bool HP.HPTRIM.SDK.IntList.Remove ( int  value)
void HP.HPTRIM.SDK.IntList.RemoveAt ( int  index)
void HP.HPTRIM.SDK.IntList.RemoveRange ( int  index,
int  count 
)
static IntList HP.HPTRIM.SDK.IntList.Repeat ( int  value,
int  count 
)
static
void HP.HPTRIM.SDK.IntList.Reverse ( )
void HP.HPTRIM.SDK.IntList.Reverse ( int  index,
int  count 
)
void HP.HPTRIM.SDK.IntList.SetRange ( int  index,
IntList  values 
)

Member Data Documentation

bool HP.HPTRIM.SDK.IntList.swigCMemOwn
protected

Property Documentation

int HP.HPTRIM.SDK.IntList.Capacity
getset
int HP.HPTRIM.SDK.IntList.Count
get
bool HP.HPTRIM.SDK.IntList.IsFixedSize
get
bool HP.HPTRIM.SDK.IntList.IsReadOnly
get
bool HP.HPTRIM.SDK.IntList.IsSynchronized
get
int HP.HPTRIM.SDK.IntList.this[int index]
getset