Queue of Run objects to search.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class RunQueue
Public Class RunQueue
public ref class RunQueue
type RunQueue = class end
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
RunQueue(Int32) |
New.
| |
Clear()()()() |
Clear the queue.
| |
Clone()()()() |
Clones this.
| |
Count |
Number of items in the queue.
| |
Dequeue()()()() |
Remove bottom queued run.
| |
Enqueue(Run) |
Add a Run to the queue.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetRunLength(Int32) |
Peek a the character length of any Run in the queue.
| |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
HitPosition(Int32, Int32, Int32%, Int32%) |
Gets the Run for a hit (measured relative to the queue start).
| |
Item[([( Int32])]) |
Peek at an item in the queue.
| |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveRunHoldingPosition(Int32, Int32%, Int32%) |
Removes a Run in the queue.
| |
Size |
Capacity of the queue.
| |
ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
RunQueue |
Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)