Click or drag to resize

Combination Methods

The Combination type exposes the following members.

Methods
  NameDescription
Public methodCompareTo(Object)
Compare two Combinations.
Public methodCompareTo(Combination)
Compare two Combinations.
Public methodCopyTo
Copy the entire sequence to the supplied destination.
Public methodEquals(Object)
Indicate whether two Combinations have the same value.
(Overrides ObjectEquals(Object).)
Public methodEquals(Combination)
Indicate whether two Combinations have the same value.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodCode exampleGetEnumerator
Enumerate all elements of a Combination.
Public methodGetHashCode
Get the hash oode of the Combination.
(Overrides ObjectGetHashCode.)
Public methodCode exampleGetRows
Iterate thru all rows of the Combination table for every Rank ascending.
Public methodCode exampleGetRowsForAllPicks
Iterate thru all rows of all Combination tables for every pick in the range (1..Picks).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberCode examplePermuteT
Apply a Combination sequence to rearrange the supplied list or array.
Public methodCode exampleToString
Provide a readable form of the Combination sequence.
(Overrides ObjectToString.)
Top
See Also