Keyoti RapidFindReplace WPF API Docs
RunCollectionRunReader Class
API DocumentationKeyoti.RapidFindReplace.WPF.FindHandlers.RunReadersRunCollectionRunReader
Keyoti RapidFindReplace WPF
IRunReader for a collection of Run objects. The Run objects do not need to be rooted in a visual element.
Declaration Syntax
C#Visual BasicVisual C++F#
public class RunCollectionRunReader : IRunReader
Public Class RunCollectionRunReader
	Implements IRunReader
public ref class RunCollectionRunReader : IRunReader
type RunCollectionRunReader =  
    class
        interface IRunReader
    end
Members
All MembersConstructorsMethods



IconMemberDescription
RunCollectionRunReader(RunCollectionContainer)
New instance.

DoesHandle(Object)
Whether this reader can read Runs from runContainer.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
GetEnumerator()()()()
Gets an enumerator that will enumerate the Runs in the element being read.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Remarks
This can be used to do Find operations on strings, by wrapping the strings in Run objects.
Inheritance Hierarchy
Object
RunCollectionRunReader

Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)