Micro Focus Content Manager SDK 10.1
TRIM.SDK.IntList Class Reference
Inheritance diagram for TRIM.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

◆ IntList() [1/4]

TRIM.SDK.IntList.IntList ( global::System.Collections.ICollection  c)

◆ IntList() [2/4]

TRIM.SDK.IntList.IntList ( )

◆ IntList() [3/4]

TRIM.SDK.IntList.IntList ( IntList  other)

◆ IntList() [4/4]

TRIM.SDK.IntList.IntList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.IntList.Add ( int  x)

◆ AddRange()

void TRIM.SDK.IntList.AddRange ( IntList  values)

◆ Clear()

void TRIM.SDK.IntList.Clear ( )

◆ Contains()

bool TRIM.SDK.IntList.Contains ( int  value)

◆ CopyTo() [1/3]

void TRIM.SDK.IntList.CopyTo ( int  index,
int[]  array,
int  arrayIndex,
int  count 
)

◆ CopyTo() [2/3]

void TRIM.SDK.IntList.CopyTo ( int[]  array)

◆ CopyTo() [3/3]

void TRIM.SDK.IntList.CopyTo ( int[]  array,
int  arrayIndex 
)

◆ GetEnumerator()

IntListEnumerator TRIM.SDK.IntList.GetEnumerator ( )

◆ GetRange()

IntList TRIM.SDK.IntList.GetRange ( int  index,
int  count 
)

◆ IndexOf()

int TRIM.SDK.IntList.IndexOf ( int  value)

◆ Insert()

void TRIM.SDK.IntList.Insert ( int  index,
int  x 
)

◆ InsertRange()

void TRIM.SDK.IntList.InsertRange ( int  index,
IntList  values 
)

◆ LastIndexOf()

int TRIM.SDK.IntList.LastIndexOf ( int  value)

◆ operator int[]()

static implicit TRIM.SDK.IntList.operator int[] ( IntList  list)
static

◆ operator IntList()

static implicit TRIM.SDK.IntList.operator IntList ( int[]  list)
static

◆ Remove()

bool TRIM.SDK.IntList.Remove ( int  value)

◆ RemoveAt()

void TRIM.SDK.IntList.RemoveAt ( int  index)

◆ RemoveRange()

void TRIM.SDK.IntList.RemoveRange ( int  index,
int  count 
)

◆ Repeat()

static IntList TRIM.SDK.IntList.Repeat ( int  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.IntList.Reverse ( )

◆ Reverse() [2/2]

void TRIM.SDK.IntList.Reverse ( int  index,
int  count 
)

◆ SetRange()

void TRIM.SDK.IntList.SetRange ( int  index,
IntList  values 
)

Member Data Documentation

◆ swigCMemOwn

bool TRIM.SDK.IntList.swigCMemOwn
protected

Property Documentation

◆ Capacity

int TRIM.SDK.IntList.Capacity
getset

◆ Count

int TRIM.SDK.IntList.Count
get

◆ IsFixedSize

bool TRIM.SDK.IntList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.IntList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.IntList.IsSynchronized
get

◆ this[int index]

int TRIM.SDK.IntList.this[int index]
getset