DotNet Reference

DotNet Reference

SearchMonitorVector

Detailed Description

Definition at line 18 of file SearchMonitorVector.cs.

Classes

class  SearchMonitorVectorEnumerator
 Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More...
 

Public Member Functions

void Dispose ()
 
 SearchMonitorVector (global::System.Collections.IEnumerable c)
 
 SearchMonitorVector (global::System.Collections.Generic.IEnumerable< SearchMonitor > c)
 
void CopyTo (SearchMonitor[] array)
 
void CopyTo (SearchMonitor[] array, int arrayIndex)
 
void CopyTo (int index, SearchMonitor[] array, int arrayIndex, int count)
 
SearchMonitor[] ToArray ()
 
SearchMonitorVectorEnumerator GetEnumerator ()
 
void Clear ()
 
void Add (SearchMonitor x)
 
 SearchMonitorVector ()
 
 SearchMonitorVector (SearchMonitorVector other)
 
 SearchMonitorVector (int capacity)
 
void AddRange (SearchMonitorVector values)
 
SearchMonitorVector GetRange (int index, int count)
 
void Insert (int index, SearchMonitor x)
 
void InsertRange (int index, SearchMonitorVector values)
 
void RemoveAt (int index)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 
void Reverse (int index, int count)
 
void SetRange (int index, SearchMonitorVector values)
 
bool Contains (SearchMonitor value)
 
int IndexOf (SearchMonitor value)
 
int LastIndexOf (SearchMonitor value)
 
bool Remove (SearchMonitor value)
 

Static Public Member Functions

static SearchMonitorVector Repeat (SearchMonitor value, int count)
 
static implicit operator SearchMonitorVector (SearchMonitor[] inVal)
 
static implicit operator SearchMonitor[] (SearchMonitorVector inVal)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Properties

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

Constructor & Destructor Documentation

◆ SearchMonitorVector() [1/5]

SearchMonitorVector ( global::System.Collections.IEnumerable  c)
inline

Definition at line 53 of file SearchMonitorVector.cs.

◆ SearchMonitorVector() [2/5]

SearchMonitorVector ( global::System.Collections.Generic.IEnumerable< SearchMonitor c)
inline

Definition at line 61 of file SearchMonitorVector.cs.

◆ SearchMonitorVector() [3/5]

SearchMonitorVector ( )
inline

Definition at line 247 of file SearchMonitorVector.cs.

◆ SearchMonitorVector() [4/5]

Definition at line 250 of file SearchMonitorVector.cs.

◆ SearchMonitorVector() [5/5]

SearchMonitorVector ( int  capacity)
inline

Definition at line 254 of file SearchMonitorVector.cs.

Member Function Documentation

◆ Add()

void Add ( SearchMonitor  x)
inline

Definition at line 229 of file SearchMonitorVector.cs.

◆ AddRange()

void AddRange ( SearchMonitorVector  values)
inline

Definition at line 277 of file SearchMonitorVector.cs.

◆ Clear()

void Clear ( )
inline

Definition at line 225 of file SearchMonitorVector.cs.

◆ Contains()

bool Contains ( SearchMonitor  value)
inline

Definition at line 330 of file SearchMonitorVector.cs.

◆ CopyTo() [1/3]

void CopyTo ( int  index,
SearchMonitor[]  array,
int  arrayIndex,
int  count 
)
inline

Definition at line 123 of file SearchMonitorVector.cs.

◆ CopyTo() [2/3]

void CopyTo ( SearchMonitor[]  array)
inline

Definition at line 113 of file SearchMonitorVector.cs.

◆ CopyTo() [3/3]

void CopyTo ( SearchMonitor[]  array,
int  arrayIndex 
)
inline

Definition at line 118 of file SearchMonitorVector.cs.

◆ Dispose() [1/2]

void Dispose ( )
inline

Definition at line 36 of file SearchMonitorVector.cs.

◆ Dispose() [2/2]

virtual void Dispose ( bool  disposing)
inlineprotectedvirtual

Definition at line 41 of file SearchMonitorVector.cs.

◆ GetEnumerator()

SearchMonitorVectorEnumerator GetEnumerator ( )
inline

Definition at line 155 of file SearchMonitorVector.cs.

◆ GetRange()

SearchMonitorVector GetRange ( int  index,
int  count 
)
inline

Definition at line 282 of file SearchMonitorVector.cs.

◆ IndexOf()

int IndexOf ( SearchMonitor  value)
inline

Definition at line 335 of file SearchMonitorVector.cs.

◆ Insert()

void Insert ( int  index,
SearchMonitor  x 
)
inline

Definition at line 289 of file SearchMonitorVector.cs.

◆ InsertRange()

void InsertRange ( int  index,
SearchMonitorVector  values 
)
inline

Definition at line 294 of file SearchMonitorVector.cs.

◆ LastIndexOf()

int LastIndexOf ( SearchMonitor  value)
inline

Definition at line 340 of file SearchMonitorVector.cs.

◆ operator SearchMonitor[]()

static implicit operator SearchMonitor[] ( SearchMonitorVector  inVal)
inlinestatic

Definition at line 232 of file IntVarArrayHelper.cs.

◆ operator SearchMonitorVector()

static implicit operator SearchMonitorVector ( SearchMonitor[]  inVal)
inlinestatic

Definition at line 223 of file IntVarArrayHelper.cs.

◆ Remove()

bool Remove ( SearchMonitor  value)
inline

Definition at line 345 of file SearchMonitorVector.cs.

◆ RemoveAt()

void RemoveAt ( int  index)
inline

Definition at line 299 of file SearchMonitorVector.cs.

◆ RemoveRange()

void RemoveRange ( int  index,
int  count 
)
inline

Definition at line 304 of file SearchMonitorVector.cs.

◆ Repeat()

static SearchMonitorVector Repeat ( SearchMonitor  value,
int  count 
)
inlinestatic

Definition at line 309 of file SearchMonitorVector.cs.

◆ Reverse() [1/2]

void Reverse ( )
inline

Definition at line 316 of file SearchMonitorVector.cs.

◆ Reverse() [2/2]

void Reverse ( int  index,
int  count 
)
inline

Definition at line 320 of file SearchMonitorVector.cs.

◆ SetRange()

void SetRange ( int  index,
SearchMonitorVector  values 
)
inline

Definition at line 325 of file SearchMonitorVector.cs.

◆ ToArray()

SearchMonitor [] ToArray ( )
inline

Definition at line 141 of file SearchMonitorVector.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

Definition at line 21 of file SearchMonitorVector.cs.

Property Documentation

◆ Capacity

int Capacity
getset

Definition at line 90 of file SearchMonitorVector.cs.

◆ Count

int Count
get

Definition at line 101 of file SearchMonitorVector.cs.

◆ IsFixedSize

bool IsFixedSize
get

Definition at line 69 of file SearchMonitorVector.cs.

◆ IsReadOnly

bool IsReadOnly
get

Definition at line 75 of file SearchMonitorVector.cs.

◆ IsSynchronized

bool IsSynchronized
get

Definition at line 107 of file SearchMonitorVector.cs.

◆ this[int index]

SearchMonitor this[int index]
getset

Definition at line 81 of file SearchMonitorVector.cs.


The documentation for this class was generated from the following files: