C# (CSharp) XSerializer JsonReader.Discard - 4 примера найдено. Это лучшие примеры C# (CSharp) кода для XSerializer.JsonReader.Discard, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Read and discard the next content value. If the next content type is JsonNodeType.OpenObject or JsonNodeType.OpenArray, then the reader will continue to read and discard content until the matching JsonNodeType.CloseObject or JsonNodeType.CloseArray content type is found. For all other content types, no additional reads are made.