C# Class clojure.lang.Printf.FixedTextChunk

Inheritance: FormatChunk
Show file Open project: richhickey/clojure-clr

Public Methods

Method Description
FixedTextChunk ( String s ) : System
Print ( StringBuilder sb, object arg ) : void
ToString ( ) : string

Private Methods

Method Description
CheckText ( string s ) : void

Method Details

FixedTextChunk() public method

public FixedTextChunk ( String s ) : System
s String
return System

Print() public method

public Print ( StringBuilder sb, object arg ) : void
sb StringBuilder
arg object
return void

ToString() public method

public ToString ( ) : string
return string