C# Class ICSharpCode.ILSpy.TextView.ReferenceSegment

A text segment that references some object. Used for hyperlinks in the editor.
Inheritance: ICSharpCode.AvalonEdit.Document.TextSegment
Show file Open project: net-shell/quantum-vaginer Class Usage Examples

Public Properties

Property Type Description
IsLocal bool
IsLocalTarget bool
Reference object

Property Details

IsLocal public property

public bool IsLocal
return bool

IsLocalTarget public property

public bool IsLocalTarget
return bool

Reference public property

public object Reference
return object