C# Class ICSharpCode.NRefactory.CSharp.CommentReference

Show file Open project: 0xd4d/NRefactory Class Usage Examples

Public Properties

Property Type Description
IsLocal bool
Length int
Reference object

Public Methods

Method Description
CommentReference ( int len, object @ref, bool isLocal = false ) : System.Collections.Generic

Method Details

CommentReference() public method

public CommentReference ( int len, object @ref, bool isLocal = false ) : System.Collections.Generic
len int
@ref object
isLocal bool
return System.Collections.Generic

Property Details

IsLocal public property

public bool IsLocal
return bool

Length public property

public int Length
return int

Reference public property

public object Reference
return object