mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-24 02:12:02 +01:00
Make CSharpCodeMatcher public (#1337)
This commit is contained in:
@@ -7,6 +7,4 @@ namespace WireMock.Matchers;
|
||||
/// </summary>
|
||||
/// <inheritdoc cref="IObjectMatcher"/>
|
||||
/// <inheritdoc cref="IStringMatcher"/>
|
||||
public interface ICSharpCodeMatcher : IObjectMatcher, IStringMatcher
|
||||
{
|
||||
}
|
||||
public interface ICSharpCodeMatcher : IObjectMatcher, IStringMatcher;
|
||||
Reference in New Issue
Block a user