C# Class RampUp.Actors.Impl.Reflector

Mostrar archivo Open project: Scooletz/RampUp

Public Methods

Method Description
PadAfter ( this builder ) : void
PadBefore ( this builder ) : void

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

Method Details

PadAfter() public static method

public static PadAfter ( this builder ) : void
builder this
return void

PadBefore() public static method

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