mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-13 19:53:36 -06:00
31 lines
640 B
Markdown
31 lines
640 B
Markdown
# Replacement Field
|
|
|
|
|
|
\[Missing <summary> documentation for "F:Tests.StringExtensionTests.Replacement"\]
|
|
|
|
|
|
|
|
## Definition
|
|
**Namespace:** <a href="N_Tests.md">Tests</a>
|
|
**Assembly:** Tests (in Tests.exe) Version: 1.0.0
|
|
|
|
**C#**
|
|
``` C#
|
|
private const string Replacement = "Replaced"
|
|
```
|
|
**F#**
|
|
``` F#
|
|
static val mutable private Replacement: string
|
|
```
|
|
|
|
|
|
|
|
#### Field Value
|
|
<a href="https://learn.microsoft.com/dotnet/api/system.string" target="_blank" rel="noopener noreferrer">String</a>
|
|
|
|
## See Also
|
|
|
|
|
|
#### Reference
|
|
<a href="T_Tests_StringExtensionTests.md">StringExtensionTests Class</a>
|
|
<a href="N_Tests.md">Tests Namespace</a>
|