Skip to content

nagahoge/RubyLikeBlockInCSharp

Repository files navigation

RubyLikeBlockInCSharp

RubyLikeBlockInCSharp enable you to slim-up and more readable C# program code.

This library is much influenced by ruby's methods.

How To Use

Please read the Wiki/How-To-Use page for usage and API documentation.

How To Build

  1. Clone RubyLikeBlockInCSharp repository.

    git clone git://github.com/nagahoge/RubyLikeBlockInCSharp.git

  2. Open RubyLikeBlockInCSharp solution.

  3. Build RubyLikeBlockInCSharp project.

It is desirable that before build project, change build option from Debug to Release.

(Right click solution, and select property will show a dialog.)

  1. get RubyLikeBlockInCSharp.dll created in RubyLikeBlockInCSharp/RubyLikeBlockInCSharp/bin/Release

Technique

This library mainly use Extension Methods technique.

No difficult technique is used.

License

RubyLikeBlockInCSharp is released under the MIT License.

Links

About

A DLL library to use ruby-like block expressions in CSharp Language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages