mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-18 00:07:41 +01:00
10 lines
273 B
C#
10 lines
273 B
C#
// Copyright © WireMock.Net
|
|
|
|
namespace WireMock.Matchers;
|
|
|
|
/// <summary>
|
|
/// CSharpCode / CS-Script Matcher
|
|
/// </summary>
|
|
/// <inheritdoc cref="IObjectMatcher"/>
|
|
/// <inheritdoc cref="IStringMatcher"/>
|
|
public interface ICSharpCodeMatcher : IObjectMatcher, IStringMatcher; |