C# 클래스 MixinRefactoring.Member

파일 보기 프로젝트 열기: pgenfer/mixinSharp 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( bool needsOverrideKeywork = false ) : Member

creates a copy of this member instance

ToString ( ) : string

보호된 메소드들

메소드 설명
CreateCopy ( ) : Member

creates a copy of the given instance, should be implemented by derived classes

메소드 상세

Clone() 공개 메소드

creates a copy of this member instance
public Clone ( bool needsOverrideKeywork = false ) : Member
needsOverrideKeywork bool when set, the copy /// will have an additional override keyword
리턴 Member

CreateCopy() 보호된 추상적인 메소드

creates a copy of the given instance, should be implemented by derived classes
protected abstract CreateCopy ( ) : Member
리턴 Member

ToString() 공개 메소드

public ToString ( ) : string
리턴 string