VcfLoadOptions

VcfLoadOptions class

Options for loading Vcf documents.

public sealed class VcfLoadOptions : LoadOptions

Constructors

Name Description
VcfLoadOptions() Initializes new instance of VcfLoadOptions class.

Properties

Name Description
Encoding { get; set; } Gets or sets the encoding that will be used when loading Vcf document. Default is Encoding.Default.
Format { get; } Input document file type.

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also