Micro Focus Content Manager SDK 9.4
HP.HPTRIM.SDK.BaseObjectTypesList Class Reference
Inheritance diagram for HP.HPTRIM.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

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

Member Function Documentation

void HP.HPTRIM.SDK.BaseObjectTypesList.Add ( BaseObjectTypes  x)
void HP.HPTRIM.SDK.BaseObjectTypesList.AddRange ( BaseObjectTypesList  values)
void HP.HPTRIM.SDK.BaseObjectTypesList.Clear ( )
void HP.HPTRIM.SDK.BaseObjectTypesList.CopyTo ( BaseObjectTypes[]  array)
void HP.HPTRIM.SDK.BaseObjectTypesList.CopyTo ( BaseObjectTypes[]  array,
int  arrayIndex 
)
void HP.HPTRIM.SDK.BaseObjectTypesList.CopyTo ( int  index,
BaseObjectTypes[]  array,
int  arrayIndex,
int  count 
)
BaseObjectTypesListEnumerator HP.HPTRIM.SDK.BaseObjectTypesList.GetEnumerator ( )
BaseObjectTypesList HP.HPTRIM.SDK.BaseObjectTypesList.GetRange ( int  index,
int  count 
)
void HP.HPTRIM.SDK.BaseObjectTypesList.Insert ( int  index,
BaseObjectTypes  x 
)
void HP.HPTRIM.SDK.BaseObjectTypesList.InsertRange ( int  index,
BaseObjectTypesList  values 
)
static implicit HP.HPTRIM.SDK.BaseObjectTypesList.operator BaseObjectTypes[] ( BaseObjectTypesList  list)
static
static implicit HP.HPTRIM.SDK.BaseObjectTypesList.operator BaseObjectTypesList ( BaseObjectTypes[]  list)
static
void HP.HPTRIM.SDK.BaseObjectTypesList.RemoveAt ( int  index)
void HP.HPTRIM.SDK.BaseObjectTypesList.RemoveRange ( int  index,
int  count 
)
static BaseObjectTypesList HP.HPTRIM.SDK.BaseObjectTypesList.Repeat ( BaseObjectTypes  value,
int  count 
)
static
void HP.HPTRIM.SDK.BaseObjectTypesList.Reverse ( )
void HP.HPTRIM.SDK.BaseObjectTypesList.Reverse ( int  index,
int  count 
)
void HP.HPTRIM.SDK.BaseObjectTypesList.SetRange ( int  index,
BaseObjectTypesList  values 
)

Property Documentation

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