Move dotnet keywords and concepts to shared_content (#3699)
This commit is contained in:
parent
d239eca197
commit
6aed7888c4
@ -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?
|
||||
|
||||
|
@ -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?
|
||||
|
||||
|
4
shared_content/dotnet/csharp_dictionary.adoc
Normal file
4
shared_content/dotnet/csharp_dictionary.adoc
Normal file
@ -0,0 +1,4 @@
|
||||
:keyword_null: null
|
||||
:keyword_async: async
|
||||
:concept_method: method
|
||||
:typeparameter_TResult: <TResult>
|
4
shared_content/dotnet/vbnet_dictionary.adoc
Normal file
4
shared_content/dotnet/vbnet_dictionary.adoc
Normal file
@ -0,0 +1,4 @@
|
||||
:keyword_null: Nothing
|
||||
:keyword_async: Async
|
||||
:concept_method: procedure
|
||||
:typeparameter_TResult: (Of TResult)
|
Loading…
x
Reference in New Issue
Block a user