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

Classes

class  TrayTypeListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static TrayTypeList Repeat (TrayType value, int count)
 

Properties

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

Constructor & Destructor Documentation

◆ TrayTypeList() [1/4]

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

◆ TrayTypeList() [2/4]

TRIM.SDK.TrayTypeList.TrayTypeList ( )

◆ TrayTypeList() [3/4]

TRIM.SDK.TrayTypeList.TrayTypeList ( TrayTypeList  other)

◆ TrayTypeList() [4/4]

TRIM.SDK.TrayTypeList.TrayTypeList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.TrayTypeList.Add ( TrayType  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.TrayTypeList.Clear ( )

◆ CopyTo() [1/3]

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

◆ CopyTo() [2/3]

void TRIM.SDK.TrayTypeList.CopyTo ( TrayType[]  array)

◆ CopyTo() [3/3]

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

◆ GetEnumerator()

TrayTypeListEnumerator TRIM.SDK.TrayTypeList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.TrayTypeList.Insert ( int  index,
TrayType  x 
)

◆ InsertRange()

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

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static TrayTypeList TRIM.SDK.TrayTypeList.Repeat ( TrayType  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.TrayTypeList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.TrayTypeList.Capacity
getset

◆ Count

int TRIM.SDK.TrayTypeList.Count
get

◆ IsFixedSize

bool TRIM.SDK.TrayTypeList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.TrayTypeList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.TrayTypeList.IsSynchronized
get

◆ this[int index]

TrayType TRIM.SDK.TrayTypeList.this[int index]
getset