Micro Focus Content Manager SDK 10.1
TRIM.SDK.BaseObjectTypesList Class Reference
Inheritance diagram for TRIM.SDK.BaseObjectTypesList:

Classes

class  BaseObjectTypesListEnumerator
 

Public Member Functions

 BaseObjectTypesList (global::System.Collections.ICollection c)
 
void CopyTo (BaseObjectTypes[] array)
 
void CopyTo (BaseObjectTypes[] array, int arrayIndex)
 
void CopyTo (int index, BaseObjectTypes[] array, int arrayIndex, int count)
 
BaseObjectTypesListEnumerator GetEnumerator ()
 
void Clear ()
 
void Add (BaseObjectTypes x)
 
 BaseObjectTypesList ()
 
 BaseObjectTypesList (BaseObjectTypesList other)
 
 BaseObjectTypesList (int capacity)
 
void AddRange (BaseObjectTypesList values)
 
BaseObjectTypesList GetRange (int index, int count)
 
void Insert (int index, BaseObjectTypes x)
 
void InsertRange (int index, BaseObjectTypesList values)
 
void RemoveAt (int index)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 
void Reverse (int index, int count)
 
void SetRange (int index, BaseObjectTypesList values)
 

Static Public Member Functions

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

Properties

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

Constructor & Destructor Documentation

◆ BaseObjectTypesList() [1/4]

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

◆ BaseObjectTypesList() [2/4]

TRIM.SDK.BaseObjectTypesList.BaseObjectTypesList ( )

◆ BaseObjectTypesList() [3/4]

TRIM.SDK.BaseObjectTypesList.BaseObjectTypesList ( BaseObjectTypesList  other)

◆ BaseObjectTypesList() [4/4]

TRIM.SDK.BaseObjectTypesList.BaseObjectTypesList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.BaseObjectTypesList.Add ( BaseObjectTypes  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.BaseObjectTypesList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.BaseObjectTypesList.CopyTo ( BaseObjectTypes[]  array)

◆ CopyTo() [2/3]

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

◆ CopyTo() [3/3]

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

◆ GetEnumerator()

BaseObjectTypesListEnumerator TRIM.SDK.BaseObjectTypesList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.BaseObjectTypesList.Insert ( int  index,
BaseObjectTypes  x 
)

◆ InsertRange()

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

◆ operator BaseObjectTypes[]()

static implicit TRIM.SDK.BaseObjectTypesList.operator BaseObjectTypes[] ( BaseObjectTypesList  list)
static

◆ operator BaseObjectTypesList()

static implicit TRIM.SDK.BaseObjectTypesList.operator BaseObjectTypesList ( BaseObjectTypes[]  list)
static

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static BaseObjectTypesList TRIM.SDK.BaseObjectTypesList.Repeat ( BaseObjectTypes  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.BaseObjectTypesList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.BaseObjectTypesList.Capacity
getset

◆ Count

int TRIM.SDK.BaseObjectTypesList.Count
get

◆ IsFixedSize

bool TRIM.SDK.BaseObjectTypesList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.BaseObjectTypesList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.BaseObjectTypesList.IsSynchronized
get

◆ this[int index]

BaseObjectTypes TRIM.SDK.BaseObjectTypesList.this[int index]
getset