AvalonEdit
CreateSnapshot Method (offset, length)
NamespacesICSharpCode.AvalonEdit.DocumentITextSourceCreateSnapshot(Int32, Int32)
Creates an immutable snapshot of a part of this text source. Unlike all other methods in this interface, this method is thread-safe.
Declaration Syntax
C#Visual BasicVisual C++
ITextSource CreateSnapshot(
	int offset,
	int length
)
Function CreateSnapshot ( _
	offset As Integer, _
	length As Integer _
) As ITextSource
ITextSource^ CreateSnapshot(
	int offset, 
	int length
)
Parameters
offset (Int32)
length (Int32)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238