Method | Description | |
---|---|---|
Write ( ITable table ) : void | ||
Write ( WriteStyle style, string format ) : void | ||
Write ( string value ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( WriteStyle style, string format ) : void | ||
WriteLine ( string value ) : void |
Method | Description | |
---|---|---|
WriteInternal ( WriteStyle style, string value ) : void |
public abstract Write ( ITable table ) : void | ||
table | ITable | |
return | void |
public Write ( WriteStyle style, string format ) : void | ||
style | WriteStyle | |
format | string | |
return | void |
protected abstract WriteInternal ( WriteStyle style, string value ) : void | ||
style | WriteStyle | |
value | string | |
return | void |
public WriteLine ( WriteStyle style, string format ) : void | ||
style | WriteStyle | |
format | string | |
return | void |