C# 클래스 ICSharpCode.NRefactory.CSharp.CommentReference

파일 보기 프로젝트 열기: 0xd4d/NRefactory 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsLocal bool
Length int
Reference object

공개 메소드들

메소드 설명
CommentReference ( int len, object @ref, bool isLocal = false ) : System.Collections.Generic

메소드 상세

CommentReference() 공개 메소드

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

프로퍼티 상세

IsLocal 공개적으로 프로퍼티

public bool IsLocal
리턴 bool

Length 공개적으로 프로퍼티

public int Length
리턴 int

Reference 공개적으로 프로퍼티

public object Reference
리턴 object