Skip to content

Commit cdde4bc

Browse files
committed
docs: adds Enum to the supported simple types
1 parent 83a5842 commit cdde4bc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Below are a few examples composing a query using the values provided by an [IEnu
9292

9393
### Simple Type Examples
9494

95-
> 💡 Supports [Byte], [Int16], [Int32], [Int64], [Decimal], [Single], [Double], [DateTime], [DateTimeOffset], [Guid], [Char], and [String].
95+
> 💡 Supports [Byte], [Int16], [Int32], [Int64], [Decimal], [Single], [Double], [DateTime], [DateTimeOffset], [Guid], [Char], [String], and [Enum].
9696
9797
Using the [Contains][ContainsQueryable] LINQ method:
9898

@@ -474,6 +474,7 @@ PRs are welcome! 🙂
474474
[Guid]: https://docs.microsoft.com/en-us/dotnet/api/system.guid
475475
[Char]: https://docs.microsoft.com/en-us/dotnet/api/system.char
476476
[String]: https://docs.microsoft.com/en-us/dotnet/api/system.string
477+
[Enum]: https://docs.microsoft.com/en-us/dotnet/api/system.enum
477478
[BuyMeACoffee]: https://www.buymeacoffee.com/yv989c
478479
[BuyMeACoffeeButton]: /docs/images/bmc-48.svg
479480
[Repository]: https://github.com/yv989c/BlazarTech.QueryableValues

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Below are a few examples composing a query using the values provided by an [IEnu
8888

8989
### Simple Type Examples
9090

91-
> 💡 Supports [Byte], [Int16], [Int32], [Int64], [Decimal], [Single], [Double], [DateTime], [DateTimeOffset], [Guid], [Char], and [String].
91+
> 💡 Supports [Byte], [Int16], [Int32], [Int64], [Decimal], [Single], [Double], [DateTime], [DateTimeOffset], [Guid], [Char], [String], and [Enum].
9292
9393
Using the [Contains][ContainsQueryable] LINQ method:
9494

@@ -218,6 +218,7 @@ Please take a look at the [repository][Repository].
218218
[Guid]: https://docs.microsoft.com/en-us/dotnet/api/system.guid
219219
[Char]: https://docs.microsoft.com/en-us/dotnet/api/system.char
220220
[String]: https://docs.microsoft.com/en-us/dotnet/api/system.string
221+
[Enum]: https://docs.microsoft.com/en-us/dotnet/api/system.enum
221222
[BuyMeACoffee]: https://www.buymeacoffee.com/yv989c
222223
[BuyMeACoffeeButton]: https://raw.githubusercontent.com/yv989c/BlazarTech.QueryableValues/develop/docs/images/bmc-48.svg
223224
[Repository]: https://github.com/yv989c/BlazarTech.QueryableValues

0 commit comments

Comments
 (0)