Skip to content

Commit 3f45f39

Browse files
authored
Merge pull request MicrosoftDocs#1101 from msebolt/consolidation-interop
consolidation interop
2 parents 8589521 + 9f3a789 commit 3f45f39

6 files changed

+176
-212
lines changed

.openpublishing.redirection.json

+15
Original file line numberDiff line numberDiff line change
@@ -3995,6 +3995,21 @@
39953995
"redirect_url": "/cpp/dotnet/data-access-using-adonet-cpp-cli#marshal_safearray",
39963996
"redirect_document_id": false
39973997
},
3998+
{
3999+
"source_path": "docs/dotnet/how-to-implement-is-and-as-csharp-keywords-cpp-cli.md",
4000+
"redirect_url": "/cpp/dotnet/interoperability-with-other-dotnet-languages-cpp-cli#implement_isas",
4001+
"redirect_document_id": false
4002+
},
4003+
{
4004+
"source_path": "docs/dotnet/how-to-implement-the-lock-csharp-keyword-cpp-cli.md",
4005+
"redirect_url": "/cpp/dotnet/interoperability-with-other-dotnet-languages-cpp-cli#implement_lock",
4006+
"redirect_document_id": false
4007+
},
4008+
{
4009+
"source_path": "docs/dotnet/how-to-consume-a-csharp-indexer-cpp-cli.md",
4010+
"redirect_url": "/cpp/dotnet/interoperability-with-other-dotnet-languages-cpp-cli#consume_indexer",
4011+
"redirect_document_id": false
4012+
},
39984013
{
39994014
"source_path": "docs/error-messages/compiler-errors-1/index.md",
40004015
"redirect_url": "/cpp/error-messages/compiler-errors-1/compiler-fatal-errors-c999-through-c1999",

docs/dotnet/TOC.md

-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@
114114
## [Windows Operations (C++/CLI)](windows-operations-cpp-cli.md)
115115
## [Data Access Using ADO.NET (C++/CLI)](data-access-using-adonet-cpp-cli.md)
116116
## [Interoperability with Other .NET Languages (C++/CLI)](interoperability-with-other-dotnet-languages-cpp-cli.md)
117-
### [How to: Implement is and as C# Keywords (C++/CLI)](how-to-implement-is-and-as-csharp-keywords-cpp-cli.md)
118-
### [How to: Implement the lock C# Keyword (C++/CLI)](how-to-implement-the-lock-csharp-keyword-cpp-cli.md)
119-
### [How to: Consume a C# Indexer (C++/CLI)](how-to-consume-a-csharp-indexer-cpp-cli.md)
120117
## [Serialization (C++/CLI)](serialization-cpp-cli.md)
121118
## [Friend Assemblies (C++)](friend-assemblies-cpp.md)
122119
## [Managed Types (C++/CLI)](managed-types-cpp-cli.md)

docs/dotnet/how-to-consume-a-csharp-indexer-cpp-cli.md

-92
This file was deleted.

docs/dotnet/how-to-implement-is-and-as-csharp-keywords-cpp-cli.md

-55
This file was deleted.

docs/dotnet/how-to-implement-the-lock-csharp-keyword-cpp-cli.md

-57
This file was deleted.

0 commit comments

Comments
 (0)