Table of Contents

Class SingleTextContent

Namespace
Sccg.Builtin.Writers
Assembly
Sccg.Builtin.dll

Represents a single file text content.

public class SingleTextContent : IContent, IBuildArtifact
Inheritance
SingleTextContent
Implements
Inherited Members

Constructors

SingleTextContent(string, IEnumerable<string?>)

Initializes a new instance of the SingleTextContent class.

SingleTextContent(string, string)

Initializes a new instance of the SingleTextContent class.

SingleTextContent(string, params string?[])

Initializes a new instance of the SingleTextContent class.

Properties

Filename

Gets the filename.

Text

Gets the text.

Methods

ToString()

Returns a string that represents the current object.