We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84452aa commit 2a9399dCopy full SHA for 2a9399d
src/main/net-placeholders/IsDateTimePlaceholderHandler.cs
@@ -29,7 +29,7 @@ public class IsDateTimePlaceholderHandler : IPlaceholderHandler
29
private const string _keyword = "isDateTime";
30
31
/// <inheritdoc/>
32
- public string Keyword => _keyword;
+ public string Keyword { get { return _keyword; } }
33
34
35
public ComparisonResult Evaluate(string testText)
0 commit comments