Ejemplo n.º 1
0
 public bool MightHaveChildren() => _remoteValueFormat.GetNumChildren(_remoteValue) != 0;
Ejemplo n.º 2
0
 public Task <int> CountChildrenAsync() =>
 Task.FromResult((int)_remoteValueFormat.GetNumChildren(_remoteValue));