Move dotnet keywords and concepts to shared_content (#3699)

This commit is contained in:
Tim Pohlmann 2024-02-29 09:13:05 +01:00 committed by GitHub
parent d239eca197
commit 6aed7888c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 8 deletions

View File

@ -1,7 +1,4 @@
:keyword_null: null
:keyword_async: async
:concept_method: method
:typeparameter_TResult: <TResult>
include::../../../shared_content/dotnet/csharp_dictionary.adoc[]
== Why is this an issue?

View File

@ -1,7 +1,4 @@
:keyword_null: Nothing
:keyword_async: Async
:concept_method: procedure
:typeparameter_TResult: (Of TResult)
include::../../../shared_content/dotnet/vbnet_dictionary.adoc[]
== Why is this an issue?

View File

@ -0,0 +1,4 @@
:keyword_null: null
:keyword_async: async
:concept_method: method
:typeparameter_TResult: <TResult>

View File

@ -0,0 +1,4 @@
:keyword_null: Nothing
:keyword_async: Async
:concept_method: procedure
:typeparameter_TResult: (Of TResult)