C# Класс IronRuby.JsonExt.Parser

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

InitializeLibrary() публичный Метод

public InitializeLibrary ( IronRuby.Runtime.RubyScope scope ) : void
scope IronRuby.Runtime.RubyScope
Результат void

Parse() публичный Метод

public Parse ( ) : Object
Результат Object

Parser() публичный Метод

public Parser ( IronRuby.Runtime.RubyScope scope, MutableString source ) : System
scope IronRuby.Runtime.RubyScope
source MutableString
Результат System

Parser() публичный Метод

public Parser ( IronRuby.Runtime.RubyScope scope, MutableString source, Hash options ) : System
scope IronRuby.Runtime.RubyScope
source MutableString
options Hash
Результат System