C# 클래스 RampUp.Actors.Impl.Reflector

파일 보기 프로젝트 열기: Scooletz/RampUp

공개 메소드들

메소드 설명
PadAfter ( this builder ) : void
PadBefore ( this builder ) : void

Padds the type, using the same approach as http://github.com/Scooletz/Padded

메소드 상세

PadAfter() 공개 정적인 메소드

public static PadAfter ( this builder ) : void
builder this
리턴 void

PadBefore() 공개 정적인 메소드

Padds the type, using the same approach as http://github.com/Scooletz/Padded
public static PadBefore ( this builder ) : void
builder this
리턴 void