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

Classes

class  LocationListEnumerator
 

Public Member Functions

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

Static Public Member Functions

static LocationList Repeat (Location value, int count)
 
static implicit operator Location[] (LocationList list)
 
static implicit operator LocationList (Location[] list)
 

Properties

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

Constructor & Destructor Documentation

◆ LocationList() [1/4]

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

◆ LocationList() [2/4]

TRIM.SDK.LocationList.LocationList ( )

◆ LocationList() [3/4]

TRIM.SDK.LocationList.LocationList ( LocationList  other)

◆ LocationList() [4/4]

TRIM.SDK.LocationList.LocationList ( int  capacity)

Member Function Documentation

◆ Add()

void TRIM.SDK.LocationList.Add ( Location  x)

◆ AddRange()

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

◆ Clear()

void TRIM.SDK.LocationList.Clear ( )

◆ CopyTo() [1/3]

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

◆ CopyTo() [2/3]

void TRIM.SDK.LocationList.CopyTo ( Location[]  array)

◆ CopyTo() [3/3]

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

◆ GetEnumerator()

LocationListEnumerator TRIM.SDK.LocationList.GetEnumerator ( )

◆ GetRange()

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

◆ Insert()

void TRIM.SDK.LocationList.Insert ( int  index,
Location  x 
)

◆ InsertRange()

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

◆ operator Location[]()

static implicit TRIM.SDK.LocationList.operator Location[] ( LocationList  list)
static

◆ operator LocationList()

static implicit TRIM.SDK.LocationList.operator LocationList ( Location[]  list)
static

◆ RemoveAt()

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

◆ RemoveRange()

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

◆ Repeat()

static LocationList TRIM.SDK.LocationList.Repeat ( Location  value,
int  count 
)
static

◆ Reverse() [1/2]

void TRIM.SDK.LocationList.Reverse ( )

◆ Reverse() [2/2]

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

◆ SetRange()

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

Property Documentation

◆ Capacity

int TRIM.SDK.LocationList.Capacity
getset

◆ Count

int TRIM.SDK.LocationList.Count
get

◆ IsFixedSize

bool TRIM.SDK.LocationList.IsFixedSize
get

◆ IsReadOnly

bool TRIM.SDK.LocationList.IsReadOnly
get

◆ IsSynchronized

bool TRIM.SDK.LocationList.IsSynchronized
get

◆ this[int index]

Location TRIM.SDK.LocationList.this[int index]
getset