Show / Hide Table of Contents

Class KeyEqualsValueLinesParser

Parses files containing lines of the format "Key = Value".

Inheritance
object
KeyEqualsValueLinesParser
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.Metadata
Assembly: CrashCABN.Metadata.Sources.dll
Syntax
public sealed class KeyEqualsValueLinesParser

Methods

View Source

ReadAsync(string)

Declaration
public static ValueTask<Dictionary<string, string>> ReadAsync(string contents)
Parameters
Type Name Description
string contents
Returns
Type Description
ValueTask<Dictionary<string, string>>
  • View Source
In this article
Back to top Generated by DocFX