Class ReferenceDocFile
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.ReferenceDocs.Generation
Assembly: Cephalon.ReferenceDocs.dll
Represents one generated reference documentation file.
public sealed class ReferenceDocFileInheritance
Section titled “Inheritance”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”ReferenceDocFile(string, string)
Section titled “ ReferenceDocFile(string, string)”Creates a new generated reference documentation file.
public ReferenceDocFile(string path, string contents)Parameters
Section titled “Parameters”path string
The relative output path of the file.
contents string
The markdown contents of the file.
Properties
Section titled “Properties”Contents
Section titled “ Contents”Gets the markdown contents of the file.
public string Contents { get; }Property Value
Section titled “Property Value”Gets the relative output path of the file.
public string Path { get; }