메소드 | 설명 | |
---|---|---|
Create ( object instance ) : |
Creates an instance of the DynamicTextTransformation class around the passed in TextTransformation shapped instance passed in, or if the passed in instance already is a DynamicTextTransformation, it casts it and sends it back.
|
|
Write ( string text ) : void |
Calls the wrapped TextTranformation instance's Write method.
|
|
WriteLine ( string text ) : void |
Calls the wrapped TextTranformation instance's WriteLine method.
|
메소드 | 설명 | |
---|---|---|
DynamicTextTransformation ( object instance ) : System |
public static Create ( object instance ) : |
||
instance | object | |
리턴 |