C# Class ICSharpCode.ILSpy.TextView.ReferenceSegment

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

Public Properties

Property Type Description
IsLocal bool
IsLocalTarget bool
Reference object

Property Details

IsLocal public_oe property

public bool IsLocal
return bool

IsLocalTarget public_oe property

public bool IsLocalTarget
return bool

Reference public_oe property

public object Reference
return object