C# Class IronRuby.JsonExt.GeneratorState

Afficher le fichier Open project: nrk/ironruby-json Class Usage Examples

Méthodes publiques

Méthode Description
CheckMaxNesting ( int depth ) : void
Configure ( RubyContext context, GeneratorState self, Hash configuration ) : void
Ensure ( Object obj ) : GeneratorState
Forget ( RubyContext context, Object obj ) : bool
GeneratorState ( ) : System
Remember ( RubyContext context, Object obj ) : void
Seen ( RubyContext context, Object obj ) : bool

Method Details

CheckMaxNesting() public méthode

public CheckMaxNesting ( int depth ) : void
depth int
Résultat void

Configure() public static méthode

public static Configure ( RubyContext context, GeneratorState self, Hash configuration ) : void
context RubyContext
self GeneratorState
configuration Hash
Résultat void

Ensure() public static méthode

public static Ensure ( Object obj ) : GeneratorState
obj Object
Résultat GeneratorState

Forget() public méthode

public Forget ( RubyContext context, Object obj ) : bool
context RubyContext
obj Object
Résultat bool

GeneratorState() public méthode

public GeneratorState ( ) : System
Résultat System

Remember() public méthode

public Remember ( RubyContext context, Object obj ) : void
context RubyContext
obj Object
Résultat void

Seen() public méthode

public Seen ( RubyContext context, Object obj ) : bool
context RubyContext
obj Object
Résultat bool