PowerTCP Telnet for .NET CF
OptionCollection Class Members
See Also  Properties  Methods  Send comments on this topic.
Dart.Telnet Namespace : OptionCollection Class


The following tables list the members exposed by OptionCollection.

Public Constructors

 NameDescription
public ConstructorOptionCollection Constructor Initializes an instance of the OptionCollection object.  
Top

Public Properties

 NameDescription
public PropertyCapacity Gets or sets the total number of elements the internal data structure can hold without resizing. (Inherited from System.Collections.Generic.List<Option>)
public PropertyCountGets the number of elements actually contained in the List. (Inherited from System.Collections.Generic.List<Option>)
public PropertyItem Gets or sets the element at the specified index. (Inherited from System.Collections.Generic.List<Option>)
public PropertyTransmitBinary Gets a value indicating if the "TRANSMIT-BINARY" option was negotiated for the OptionCollection.  
Top

Public Methods

 NameDescription
public MethodAddOverloaded.  Adds a new Option to the OptionCollection object.  
public MethodAddRange Adds an array of Option objects to the OptionCollection.  
public MethodAsReadOnlyReturns a read-only IList wrapper for the current collection. (Inherited from System.Collections.Generic.List<Option>)
public MethodBinarySearchOverloaded.  (Inherited from System.Collections.Generic.List<Option>)
public MethodClearRemoves all elements from the List. (Inherited from System.Collections.Generic.List<Option>)
public MethodContainsDetermines whether an element is in the List. (Inherited from System.Collections.Generic.List<Option>)
public MethodConvertAllConverts the elements in the current List to another type, and returns a list containing the converted elements. (Inherited from System.Collections.Generic.List<Option>)
public MethodCopyToOverloaded.  (Inherited from System.Collections.Generic.List<Option>)
public MethodExistsDetermines whether the List contains elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Option>)
public MethodFindOverloaded.  Returns the Option object which matches the specified code.  
public MethodFindAll Retrieves all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Option>)
public MethodFindIndexOverloaded.  (Inherited from System.Collections.Generic.List<Option>)
public MethodFindLastSearches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire List. (Inherited from System.Collections.Generic.List<Option>)
public MethodFindLastIndexOverloaded.  (Inherited from System.Collections.Generic.List<Option>)
public MethodForEachPerforms the specified action on each element of the List. (Inherited from System.Collections.Generic.List<Option>)
public MethodGetEnumeratorReturns an enumerator that iterates through the List. (Inherited from System.Collections.Generic.List<Option>)
public MethodGetRangeCreates a shallow copy of a range of elements in the source List. (Inherited from System.Collections.Generic.List<Option>)
public MethodIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<Option>)
public MethodInsertInserts an element into the List at the specified index. (Inherited from System.Collections.Generic.List<Option>)
public MethodInsertRangeInserts the elements of a collection into the List at the specified index. (Inherited from System.Collections.Generic.List<Option>)
public MethodLastIndexOfOverloaded.  (Inherited from System.Collections.Generic.List<Option>)
public MethodRemoveRemoves the first occurrence of a specific object from the List. (Inherited from System.Collections.Generic.List<Option>)
public MethodRemoveAll Removes the all the elements that match the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Option>)
public MethodRemoveAtRemoves the element at the specified index of the List. (Inherited from System.Collections.Generic.List<Option>)
public MethodRemoveRangeRemoves a range of elements from the List. (Inherited from System.Collections.Generic.List<Option>)
public MethodReverseOverloaded. Reverses the order of the elements in the entire List. (Inherited from System.Collections.Generic.List<Option>)
public MethodSortOverloaded. Sorts the elements in the entire List using the default comparer. (Inherited from System.Collections.Generic.List<Option>)
public MethodToArrayCopies the elements of the List to a new array. (Inherited from System.Collections.Generic.List<Option>)
public MethodTrimExcessSets the capacity to the actual number of elements in the List, if that number is less than a threshold value. (Inherited from System.Collections.Generic.List<Option>)
public MethodTrueForAllDetermines whether every element in the List matches the conditions defined by the specified predicate. (Inherited from System.Collections.Generic.List<Option>)
Top

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.