C# Class NHamcrest.StringDescription

Inheritance: Description
Datei anzeigen Open project: nhamcrest/NHamcrest Class Usage Examples

Public Methods

Method Description
AsString ( ISelfDescribing selfDescribing ) : String

Alias for ToString(ISelfDescribing).

StringDescription ( ) : System
StringDescription ( StringBuilder @out ) : System
ToString ( ) : string
ToString ( ISelfDescribing selfDescribing ) : string

Return the description of an ISelfDescribing object as a string.

Protected Methods

Method Description
Append ( string str ) : void

Method Details

Append() protected method

protected Append ( string str ) : void
str string
return void

AsString() public static method

Alias for ToString(ISelfDescribing).
public static AsString ( ISelfDescribing selfDescribing ) : String
selfDescribing ISelfDescribing
return String

StringDescription() public method

public StringDescription ( ) : System
return System

StringDescription() public method

public StringDescription ( StringBuilder @out ) : System
@out StringBuilder
return System

ToString() public method

public ToString ( ) : string
return string

ToString() public static method

Return the description of an ISelfDescribing object as a string.
public static ToString ( ISelfDescribing selfDescribing ) : string
selfDescribing ISelfDescribing The object to be described.
return string