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

Classes

class  EnumListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static EnumList Repeat (Enum value, int count)
 

Properties

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

Constructor & Destructor Documentation

◆ EnumList() [1/4]

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

◆ EnumList() [2/4]

TRIM.SDK.EnumList.EnumList ( )

◆ EnumList() [3/4]

TRIM.SDK.EnumList.EnumList ( EnumList  other)

◆ EnumList() [4/4]

TRIM.SDK.EnumList.EnumList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.EnumList.Add ( Enum  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.EnumList.Clear ( )

◆ CopyTo() [1/3]

void TRIM.SDK.EnumList.CopyTo ( Enum[]  array)

◆ CopyTo() [2/3]

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

◆ CopyTo() [3/3]

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

◆ GetEnumerator()

EnumListEnumerator TRIM.SDK.EnumList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.EnumList.Insert ( int  index,
Enum  x 
)

◆ InsertRange()

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

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static EnumList TRIM.SDK.EnumList.Repeat ( Enum  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.EnumList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.EnumList.Capacity
getset

◆ Count

int TRIM.SDK.EnumList.Count
get

◆ IsFixedSize

bool TRIM.SDK.EnumList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.EnumList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.EnumList.IsSynchronized
get

◆ this[int index]

Enum TRIM.SDK.EnumList.this[int index]
getset