IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Reflection.Metadata.SortedTable< T > Class Template Referenceabstract
Inheritance diagram for IKVM.Reflection.Metadata.SortedTable< T >:
IKVM.Reflection.Metadata.Table< T >

Classes

struct  Enumerable
 
struct  Enumerator
 
interface  IRecord
 

Protected Member Functions

void Sort ()
 Sorts the records in the table.
 

Additional Inherited Members

Detailed Description

Type Constraints
T :SortedTable<T> 
T :IRecord 

Definition at line 30 of file SortedTable.cs.

Member Function Documentation

◆ Sort()

void IKVM.Reflection.Metadata.SortedTable< T >.Sort ( )
protected

Sorts the records in the table.

Definition at line 146 of file SortedTable.cs.

147 {
148 Array.Sort(records, 0, rowCount, Comparer<T>.Default);
149 }

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