mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-24 19:24:52 +01:00
* More nullable annotations * . * . * FIX * pact * . * p * xxx * ... * auth * array * ...
10 lines
255 B
C#
10 lines
255 B
C#
namespace WireMock.Matchers;
|
|
|
|
/// <summary>
|
|
/// CSharpCode / CS-Script Matcher
|
|
/// </summary>
|
|
/// <inheritdoc cref="IObjectMatcher"/>
|
|
/// <inheritdoc cref="IStringMatcher"/>
|
|
public interface ICSharpCodeMatcher : IObjectMatcher, IStringMatcher
|
|
{
|
|
} |