Represents a reader over structured log properties.
public ref readonly struct LogPropertiesReader
kind:method, kind:property, kind:ctor. Press Esc to clear.CountGets the number of properties in this reader.Item[Int32]Gets a property by index.Contains(ReadOnlySpan<Char>, ReadOnlySpan<Char>)Determines whether the reader contains an exact name/value property pair.GetEnumerator()Gets an enumerator over properties.