[Missing <summary> documentation for "M:Lucene.Net.Util.SorterTemplate.Swap(System.Int32,System.Int32)"]
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
protected internal abstract void Swap( int i, int j ) |
Visual Basic |
---|
Protected Friend MustOverride Sub Swap ( _ i As Integer, _ j As Integer _ ) |
Visual C++ |
---|
protected public: virtual void Swap( int i, int j ) abstract |
Parameters
- i
- Type: System..::..Int32
[Missing <param name="i"/> documentation for "M:Lucene.Net.Util.SorterTemplate.Swap(System.Int32,System.Int32)"]
- j
- Type: System..::..Int32
[Missing <param name="j"/> documentation for "M:Lucene.Net.Util.SorterTemplate.Swap(System.Int32,System.Int32)"]