C# Class clojure.lang.Printf.FixedTextChunk

Inheritance: FormatChunk
Afficher le fichier Open project: richhickey/clojure-clr

Méthodes publiques

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

Private Methods

Méthode Description
CheckText ( string s ) : void

Method Details

FixedTextChunk() public méthode

public FixedTextChunk ( String s ) : System
s String
Résultat System

Print() public méthode

public Print ( StringBuilder sb, object arg ) : void
sb StringBuilder
arg object
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string