Skip to content

Class ReferenceDocFile

Namespace: Cephalon.ReferenceDocs.Generation
Assembly: Cephalon.ReferenceDocs.dll

Represents one generated reference documentation file.

public sealed class ReferenceDocFile

objectReferenceDocFile

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Creates a new generated reference documentation file.

public ReferenceDocFile(string path, string contents)

path string

The relative output path of the file.

contents string

The markdown contents of the file.

Gets the markdown contents of the file.

public string Contents { get; }

string

Gets the relative output path of the file.

public string Path { get; }

string