Class TaggedTextRange<T>
Inheritance
System.Object
TaggedTextRange<T>
Namespace: Telerik.Windows.Documents.Model.Code
Assembly: Telerik.Windows.Documents.dll
Syntax
public class TaggedTextRange<T> : Object where T : ClassificationTag
Type Parameters
T
|
Constructors
TaggedTextRange(T, DocumentPosition, DocumentPosition)
Declaration
public TaggedTextRange(T tag, DocumentPosition start, DocumentPosition end)
Parameters
T
tag
|
DocumentPosition
start
|
DocumentPosition
end
|
Properties
End
Start
Tag
Declaration
public T Tag { get; }
Property Value
T
|