Skip to content

Commit bf28341

Browse files
authored
remove outdated metadata from vb/cpp (#1859)
1 parent 9e72f16 commit bf28341

File tree

139 files changed

+91
-234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+91
-234
lines changed

snippets/cpp/VS_Snippets_CLR/ActivatorX/cpp/ActivatorX.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
//Types:System.Activator Vendor: Richter (xlated to cpp by glennha)
21
//<snippet1>
32
using namespace System;
43
using namespace System::Reflection;

snippets/cpp/VS_Snippets_CLR/AppDomainX/cpp/AppDomainX.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//Types:System.AppDomain,System.AppDomainSetup Vendor: Richter
2-
//Translated by REDMOND\glennha
31
//<snippet1>
42
using namespace System;
53
using namespace System::Reflection;

snippets/cpp/VS_Snippets_CLR/AppDomain_TypeResolve/CPP/typeresolve.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// REDMOND\glennha
2-
// VSWhidbey 445288
31
// <Snippet1>
42
#using <System.dll>
53
#using <System.Windows.Forms.dll>

snippets/cpp/VS_Snippets_CLR/Array_ConvertAll/cpp/source.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REDMOND\glennha
21
// <Snippet1>
32
#using <System.Drawing.dll>
43

snippets/cpp/VS_Snippets_CLR/Array_FindEtAl/cpp/source.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REDMOND\glennha
21
// <Snippet1>
32
using namespace System;
43

snippets/cpp/VS_Snippets_CLR/Array_FindIndex/cpp/source.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REDMOND\glennha
21
// <Snippet1>
32
using namespace System;
43

snippets/cpp/VS_Snippets_CLR/Array_FindLastIndex/cpp/source.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REDMOND\glennha
21
// <Snippet1>
32
using namespace System;
43

snippets/cpp/VS_Snippets_CLR/Array_IndexOf/cpp/source.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REDMOND\glennha
21
// <Snippet1>
32
using namespace System;
43

snippets/cpp/VS_Snippets_CLR/Array_LastIndexOf/cpp/source.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REDMOND\glennha
21
// <Snippet1>
32
using namespace System;
43

snippets/cpp/VS_Snippets_CLR/Array_Sort2IntIntIComparer/cpp/source.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// REDMOND\glennha
21
// <Snippet1>
32
using namespace System;
43
using namespace System::Collections::Generic;

0 commit comments

Comments
 (0)