C# Class IronRuby.JsonExt.Parser

Datei anzeigen Open project: nrk/ironruby-json Class Usage Examples

Public Methods

Method Description
InitializeLibrary ( IronRuby.Runtime.RubyScope scope ) : void
Parse ( ) : Object
Parser ( IronRuby.Runtime.RubyScope scope, MutableString source ) : System
Parser ( IronRuby.Runtime.RubyScope scope, MutableString source, Hash options ) : System

Method Details

InitializeLibrary() public method

public InitializeLibrary ( IronRuby.Runtime.RubyScope scope ) : void
scope IronRuby.Runtime.RubyScope
return void

Parse() public method

public Parse ( ) : Object
return Object

Parser() public method

public Parser ( IronRuby.Runtime.RubyScope scope, MutableString source ) : System
scope IronRuby.Runtime.RubyScope
source MutableString
return System

Parser() public method

public Parser ( IronRuby.Runtime.RubyScope scope, MutableString source, Hash options ) : System
scope IronRuby.Runtime.RubyScope
source MutableString
options Hash
return System