OrderPairCollection Member Details

OrderPairCollection Public Fields


OrderPairCollection Public Enumerations


OrderPairCollection Constructors
New
The Plain-Vanilla Constructor
Public Sub New()
Remarks:
Parameters:


OrderPairCollection Public Properties
Item
Default Property of this Class; returns the Index-th OrderPair in this Collection Category:
Default Public ReadOnly Property Item(ByVal Index As Int32) As OrderPair
Remarks:
IndexParameters:
ByVal Index As Int32
Return Value:
OrderPair


OrderPairCollection Public Methods
Add
Adds a given OrderPair to this Collection, and returns its position in the Collection
Public Function Add(ByVal OP As OrderPair) As Int32
Remarks:
Parameters:
ByVal OP As OrderPair
Return Value:
Int32
Contains
Returns True iff a given OrderPair belongs to this Collection
Public Function Contains(ByVal OP As OrderPair) As Boolean
Remarks:
Parameters:
ByVal OP As OrderPair
Return Value:
Boolean
IndexOf
Returns position of OP in this zero-based Collection, if it is there; otherwise, returns -1
Public Function IndexOf(ByVal OP As OrderPair) As Int32
Remarks:
Parameters:
ByVal OP As OrderPair
Return Value:
Int32
Remove
Removes a given Element from this Collection
Public Overloads Sub Remove(ByVal Removee As OrderPair)
Remarks:
Parameters:
ByVal Removee As OrderPair
Return Value:
Void
ToString
Returns a String representation of this OrderPairCollection
Public Overrides Function ToString() As String
Remarks:
Parameters:
Return Value:
String


OrderPairCollection Public Operators


OrderPairCollection Public Events