AvalonEdit
CreateSnapshot Method (offset, length)
NamespacesICSharpCode.AvalonEdit.DocumentRopeTextSourceCreateSnapshot(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++
public ITextSource CreateSnapshot(
	int offset,
	int length
)
Public Function CreateSnapshot ( _
	offset As Integer, _
	length As Integer _
) As ITextSource
public:
virtual ITextSource^ CreateSnapshot(
	int offset, 
	int length
) sealed
Parameters
offset (Int32)
length (Int32)

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