C# Class ICSharpCode.NRefactory.CSharp.CommentReference

Afficher le fichier Open project: 0xd4d/NRefactory Class Usage Examples

Méthodes publiques

Свойство Type Description
IsLocal bool
Length int
Reference object

Méthodes publiques

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

Method Details

CommentReference() public méthode

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

Property Details

IsLocal public_oe property

public bool IsLocal
Résultat bool

Length public_oe property

public int Length
Résultat int

Reference public_oe property

public object Reference
Résultat object