C# 클래스 MixinRefactoring.MixinReference

class that represents the reference to a mixin with a mixin child
파일 보기 프로젝트 열기: pgenfer/mixinSharp 1 사용 예제들

공개 메소드들

메소드 설명
MixinReference ( ) : System

only for test cases, don't use in production code

MixinReference ( string name, ClassWithTypeSymbol type ) : System
ToString ( ) : string

메소드 상세

MixinReference() 공개 메소드

only for test cases, don't use in production code
public MixinReference ( ) : System
리턴 System

MixinReference() 공개 메소드

public MixinReference ( string name, ClassWithTypeSymbol type ) : System
name string
type ClassWithTypeSymbol
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string