C# 클래스 Inazuma.Mono.Cecil.Cil.VariableReference

파일 보기 프로젝트 열기: mayuki/Inazuma

보호된 프로퍼티들

프로퍼티 타입 설명
variable_type TypeReference

공개 메소드들

메소드 설명
Resolve ( ) : VariableDefinition
ToString ( ) : string

비공개 메소드들

메소드 설명
VariableReference ( TypeReference variable_type )
VariableReference ( string name, TypeReference variable_type )

메소드 상세

Resolve() 공개 추상적인 메소드

public abstract Resolve ( ) : VariableDefinition
리턴 VariableDefinition

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

variable_type 보호되어 있는 프로퍼티

protected TypeReference variable_type
리턴 TypeReference