Method | Description | |
---|---|---|
Add ( |
Adds a MessageHeader to the end of the MessageHeadersCollection. Please refer to ArrayList.Add for details. |
|
AddRange ( |
Adds the elements of a MessageHeader array to the end of the MessageHeadersCollection. Please refer to ArrayList.AddRange for details. |
|
AddRange ( |
Adds the elements of another collection to the end of the MessageHeadersCollection. Please refer to ArrayList.AddRange for details. |
|
BinarySearch ( |
Searches the entire sorted MessageHeadersCollection for an MessageHeader element using the default comparer and returns the zero-based index of the element. Please refer to ArrayList.BinarySearch for details. |
|
Clear ( ) : void |
Removes all elements from the MessageHeadersCollection. Please refer to ArrayList.Clear for details. |
|
Clone ( ) : object |
Creates a shallow copy of the MessageHeadersCollection. Please refer to ArrayList.Clone for details. |
|
Contains ( |
Determines whether the MessageHeadersCollection contains the specified MessageHeader element. Please refer to ArrayList.Contains for details. |
|
CopyTo ( |
Copies the entire MessageHeadersCollection to a one-dimensional Array of MessageHeader elements, starting at the beginning of the target array. Please refer to ArrayList.CopyTo for details. |
|
CopyTo ( |
Copies the entire MessageHeadersCollection to a one-dimensional Array of MessageHeader elements, starting at the specified index of the target array. Please refer to ArrayList.CopyTo for details. |
|
GetEnumerator ( ) : IMessageHeaderEnumerator |
Returns an IMessageHeaderEnumerator that can iterate through the MessageHeadersCollection. Please refer to ArrayList.GetEnumerator for details. |
|
IndexOf ( |
Returns the zero-based index of the first occurrence of the specified MessageHeader in the MessageHeadersCollection. Please refer to ArrayList.IndexOf for details. |
|
Insert ( int index, |
Inserts a MessageHeader element into the MessageHeadersCollection at the specified index. Please refer to ArrayList.Insert for details. |
|
MessageHeadersCollection ( ) : System |
Initializes a new instance of the MessageHeadersCollection class that is empty and has the default initial capacity. Please refer to ArrayList() for details. |
|
MessageHeadersCollection ( |
Initializes a new instance of the MessageHeadersCollection class that contains elements copied from the specified MessageHeader array and that has the same initial capacity as the number of elements copied. Please refer to ArrayList(ICollection) for details. |
|
MessageHeadersCollection ( |
Initializes a new instance of the MessageHeadersCollection class that contains elements copied from the specified collection and that has the same initial capacity as the number of elements copied. Please refer to ArrayList(ICollection) for details. |
|
MessageHeadersCollection ( int capacity ) : System |
Initializes a new instance of the MessageHeadersCollection class that is empty and has the specified initial capacity. Please refer to ArrayList(Int32) for details. |
|
ReadOnly ( |
Returns a read-only wrapper for the specified MessageHeadersCollection. Please refer to ArrayList.ReadOnly for details. |
|
Remove ( |
Removes the first occurrence of the specified MessageHeader from the MessageHeadersCollection. Please refer to ArrayList.Remove for details. |
|
RemoveAt ( int index ) : void |
Removes the element at the specified index of the MessageHeadersCollection. Please refer to ArrayList.RemoveAt for details. |
|
RemoveRange ( int index, int count ) : void |
Removes the specified range of elements from the MessageHeadersCollection. Please refer to ArrayList.RemoveRange for details. |
|
Reverse ( ) : void |
Reverses the order of the elements in the entire MessageHeadersCollection. Please refer to ArrayList.Reverse for details. |
|
Reverse ( int index, int count ) : void |
Reverses the order of the elements in the specified range. Please refer to ArrayList.Reverse for details. |
|
Sort ( ) : void |
Sorts the elements in the entire MessageHeadersCollection using the IComparable implementation of each element. Please refer to ArrayList.Sort for details. |
|
Sort ( IComparer comparer ) : void |
Sorts the elements in the entire MessageHeadersCollection using the specified IComparer interface. Please refer to ArrayList.Sort for details. |
|
Sort ( int index, int count, IComparer comparer ) : void |
Sorts the elements in the specified range using the specified IComparer interface. Please refer to ArrayList.Sort for details. |
|
Synchronized ( |
Returns a synchronized (thread-safe) wrapper for the specified MessageHeadersCollection. Please refer to ArrayList.Synchronized for details. |
|
ToArray ( ) : Thinktecture.Tools.Web.Services.ServiceDescription.MessageHeader[] |
Copies the elements of the MessageHeadersCollection to a new Array of MessageHeader elements. Please refer to ArrayList.ToArray for details. |
|
TrimToSize ( ) : void |
Sets the capacity to the actual number of elements in the MessageHeadersCollection. Please refer to ArrayList.TrimToSize for details. |
|
Unique ( |
Returns a wrapper for the specified MessageHeadersCollection ensuring that all elements are unique. The Unique wrapper provides a set-like collection by ensuring that all elements in the MessageHeadersCollection are unique. Unique raises an ArgumentException if the specified collection contains any duplicate elements. The returned wrapper raises a NotSupportedException whenever the user attempts to add an element that is already contained in the MessageHeaders. Note: The Unique wrapper reflects any changes made to the underlying collection, including the possible creation of duplicate elements. The uniqueness of all elements is therefore no longer assured if the underlying collection is manipulated directly. |
|
this ( int index ) : |
Gets or sets the MessageHeader element at the specified index. Please refer to ArrayList.this for details. |
Method | Description | |
---|---|---|
CheckEnumIndex ( int index ) : void | ||
CheckEnumVersion ( int version ) : void | ||
CheckTargetArray ( |
||
EnsureCapacity ( int minimum ) : void | ||
ICollection ( |
Copies the entire MessageHeadersCollection to a one-dimensional Array, starting at the specified index of the target array. Please refer to ArrayList.CopyTo for details. |
|
IEnumerable ( ) : IEnumerator |
Returns an IEnumerator that can iterate through the MessageHeadersCollection. Please refer to ArrayList.GetEnumerator for details. |
|
IList ( object value ) : bool |
Determines whether the MessageHeadersCollection contains the specified element. Please refer to ArrayList.Contains for details. |
|
IList ( object value ) : int |
Adds an Object to the end of the MessageHeadersCollection. Please refer to ArrayList.Add for details. |
|
IList ( int index, object value ) : void |
Inserts an element into the MessageHeadersCollection at the specified index. Please refer to ArrayList.Insert for details. |
|
IList ( object value ) : void |
Removes the first occurrence of the specified Object from the MessageHeadersCollection. Please refer to ArrayList.Remove for details. |
|
MessageHeadersCollection ( Tag tag ) : System | ||
ValidateIndex ( int index ) : void | ||
this ( int index ) : objectIList.System |
Gets or sets the element at the specified index. Please refer to ArrayList.this for details. |
public Add ( |
||
value | The |
|
return | int |
public AddRange ( |
||
array | An |
|
return | void |
public AddRange ( |
||
collection | The |
|
return | void |
public BinarySearch ( |
||
value | The |
|
return | int |
public Contains ( |
||
value | The |
|
return | bool |
public CopyTo ( |
||
array | The one-dimensional |
|
return | void |
public CopyTo ( |
||
array | The one-dimensional |
|
arrayIndex | int | The zero-based index in |
return | void |
public GetEnumerator ( ) : IMessageHeaderEnumerator | ||
return | IMessageHeaderEnumerator |
public IndexOf ( |
||
value | The |
|
return | int |
public Insert ( int index, |
||
index | int | The zero-based index at which |
value | The |
|
return | void |
public MessageHeadersCollection ( |
||
array | An |
|
return | System |
public MessageHeadersCollection ( |
||
collection | The |
|
return | System |
public MessageHeadersCollection ( int capacity ) : System | ||
capacity | int | The number of elements that the new
/// |
return | System |
public static ReadOnly ( |
||
collection | The |
|
return |
public Remove ( |
||
value | The |
|
return | void |
public RemoveAt ( int index ) : void | ||
index | int | The zero-based index of the element to remove. |
return | void |
public RemoveRange ( int index, int count ) : void | ||
index | int | The zero-based starting index of the range /// of elements to remove. |
count | int | The number of elements to remove. |
return | void |
public Reverse ( int index, int count ) : void | ||
index | int | The zero-based starting index of the range /// of elements to reverse. |
count | int | The number of elements to reverse. |
return | void |
public Sort ( IComparer comparer ) : void | ||
comparer | IComparer |
/// |
return | void |
public Sort ( int index, int count, IComparer comparer ) : void | ||
index | int | The zero-based starting index of the range /// of elements to sort. |
count | int | The number of elements to sort. |
comparer | IComparer |
/// |
return | void |
public static Synchronized ( |
||
collection | The |
|
return |
public ToArray ( ) : Thinktecture.Tools.Web.Services.ServiceDescription.MessageHeader[] | ||
return | Thinktecture.Tools.Web.Services.ServiceDescription.MessageHeader[] |
public static Unique ( |
||
collection | The |
|
return |
public this ( int index ) : |
||
index | int | The zero-based index of the
/// |
return |