프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AsOpen ( bool open, Newtonsoft.Json.Linq.JObject changes ) : |
||
Entry ( string relativePath, bool isOpen ) : System.Collections.Generic | ||
WithChild ( int index, |
메소드 | 설명 | |
---|---|---|
RegisterOpenChange ( bool open, Newtonsoft.Json.Linq.JObject c ) : void |
public abstract AsOpen ( bool open, Newtonsoft.Json.Linq.JObject changes ) : |
||
open | bool | |
changes | Newtonsoft.Json.Linq.JObject | |
리턴 |
public Entry ( string relativePath, bool isOpen ) : System.Collections.Generic | ||
relativePath | string | |
isOpen | bool | |
리턴 | System.Collections.Generic |
protected RegisterOpenChange ( bool open, Newtonsoft.Json.Linq.JObject c ) : void | ||
open | bool | |
c | Newtonsoft.Json.Linq.JObject | |
리턴 | void |
public abstract WithChild ( int index, |
||
index | int | |
child | ||
changes | Newtonsoft.Json.Linq.JObject | |
subChange | Newtonsoft.Json.Linq.JObject | |
리턴 |