C# 클래스 IronRuby.JsonExt.GeneratorState

파일 보기 프로젝트 열기: nrk/ironruby-json 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CheckMaxNesting() 공개 메소드

public CheckMaxNesting ( int depth ) : void
depth int
리턴 void

Configure() 공개 정적인 메소드

public static Configure ( RubyContext context, GeneratorState self, Hash configuration ) : void
context RubyContext
self GeneratorState
configuration Hash
리턴 void

Ensure() 공개 정적인 메소드

public static Ensure ( Object obj ) : GeneratorState
obj Object
리턴 GeneratorState

Forget() 공개 메소드

public Forget ( RubyContext context, Object obj ) : bool
context RubyContext
obj Object
리턴 bool

GeneratorState() 공개 메소드

public GeneratorState ( ) : System
리턴 System

Remember() 공개 메소드

public Remember ( RubyContext context, Object obj ) : void
context RubyContext
obj Object
리턴 void

Seen() 공개 메소드

public Seen ( RubyContext context, Object obj ) : bool
context RubyContext
obj Object
리턴 bool