C# Class FunctionalThinking.Program

Show file Open project: tamirdresher/RxInAction

Public Methods

Method Description
WriteMessage ( string message ) : void
WriteRedMessage ( string message ) : void

Private Methods

Method Description
ImmutableStringExample ( ) : void
ImmutableStringFixedExample ( ) : void
Main ( string args ) : void

Method Details

WriteMessage() public static method

public static WriteMessage ( string message ) : void
message string
return void

WriteRedMessage() public static method

public static WriteRedMessage ( string message ) : void
message string
return void