C# 클래스 MixinRefactoring.Class

a class represents an class declaration that was either read from source code or from a type symbol
상속: IMethodList, IPropertyList, IEventList
파일 보기 프로젝트 열기: pgenfer/mixinSharp 1 사용 예제들

공개 메소드들

메소드 설명
AddEvent ( Event @event ) : void
AddMethod ( Method newMethod ) : void
AddProperty ( Property newProperty ) : void
HasOverride ( Member abstractMember ) : bool
ToString ( ) : string

메소드 상세

AddEvent() 공개 메소드

public AddEvent ( Event @event ) : void
@event Event
리턴 void

AddMethod() 공개 메소드

public AddMethod ( Method newMethod ) : void
newMethod Method
리턴 void

AddProperty() 공개 메소드

public AddProperty ( Property newProperty ) : void
newProperty Property
리턴 void

HasOverride() 공개 메소드

public HasOverride ( Member abstractMember ) : bool
abstractMember Member
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string