Exemplo n.º 1
0
 public bool jsonKey(TCollection_AsciiString theStreamStr, int theStartIndex, ref int theNextIndex,
                     ref Standard_JsonKey theKey)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public string JsonKeyToString(Standard_JsonKey theKey)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public int JsonKeyLength(Standard_JsonKey theKey)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public int nextClosePosition(TCollection_AsciiString theSourceValue, int theStartPosition,
                              Standard_JsonKey theCloseKey, Standard_JsonKey theOpenKey)
 {
     throw new NotImplementedException();
 }