mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-14 04:03:36 -06:00
32 lines
628 B
Markdown
32 lines
628 B
Markdown
|
# Replacement Field
|
||
|
|
||
|
|
||
|
\[Missing <summary> documentation for "F:Tests.StringExtensions.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_StringExtensions.md">StringExtensions Class</a>
|
||
|
<a href="N_Tests.md">Tests Namespace</a>
|