-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef401bb
commit b1c03ce
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
docs/Facility.Definition.CodeGen/CodeWriter/WriteLineNoIndent.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# CodeWriter.WriteLineNoIndent method | ||
|
||
Writes the specified text followed by a new line. | ||
|
||
```csharp | ||
public void WriteLineNoIndent(string text) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [CodeWriter](../CodeWriter.md) | ||
* namespace [Facility.Definition.CodeGen](../../Facility.Definition.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.Definition.dll --> |
14 changes: 14 additions & 0 deletions
14
docs/Facility.Definition.CodeGen/CodeWriter/WriteNoIndent.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# CodeWriter.WriteNoIndent method | ||
|
||
Writes the specified text. | ||
|
||
```csharp | ||
public void WriteNoIndent(string text) | ||
``` | ||
|
||
## See Also | ||
|
||
* class [CodeWriter](../CodeWriter.md) | ||
* namespace [Facility.Definition.CodeGen](../../Facility.Definition.md) | ||
|
||
<!-- DO NOT EDIT: generated by xmldocmd for Facility.Definition.dll --> |