Tries to get metadata for the specified property key.
public bool TryGetProperty(string propertyKey, [NotNullWhen(true)] scoped out TomlPropertyMetadata? propertyMetadata)
The property key.
The metadata when found.
true if metadata exists; otherwise false.