C# Class ICSharpCode.NRefactory.CSharp.CommentReference

Mostrar archivo 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_oe property

public bool IsLocal
return bool

Length public_oe property

public int Length
return int

Reference public_oe property

public object Reference
return object