Skip to content

Commit 013ce88

Browse files
authored
remove outdated metadata from cs (#1860)
1 parent bf28341 commit 013ce88

File tree

86 files changed

+85
-173
lines changed

Some content is hidden

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

86 files changed

+85
-173
lines changed

snippets/csharp/VS_Snippets_CLR/ActivatorX/cs/ActivatorX.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//Types:System.Activator Vendor: Richter (xlated to c# by glennha)
2-
//<snippet1>
1+
//<snippet1>
32
using System;
43
using System.Reflection;
54
using System.Text;

snippets/csharp/VS_Snippets_CLR/AppDomainUnloadedException/cs/Sample.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// C# and VB versions originally written by REDMOND\glennha
2-
//<Snippet1>
1+
//<Snippet1>
32
using System;
43
using System.Threading;
54
using System.Runtime.InteropServices;

snippets/csharp/VS_Snippets_CLR/AppDomainX/cs/AppDomainX.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//Types:System.AppDomain,System.AppDomainSetup Vendor: Richter
2-
//Translated by REDMOND\glennha
32
//<snippet1>
43
using System;
54
using System.Reflection;

snippets/csharp/VS_Snippets_CLR/AppDomain_TypeResolve/CS/typeresolve.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// REDMOND\glennha
2-
// VSWhidbey 445288
1+
// VSWhidbey 445288
32
// <Snippet1>
43
using System;
54
using System.Reflection;

snippets/csharp/VS_Snippets_CLR/Array_ConvertAll/cs/source.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// REDMOND\glennha
2-
// <Snippet1>
1+
// <Snippet1>
32
using System;
43
using System.Drawing;
54
using System.Collections.Generic;

snippets/csharp/VS_Snippets_CLR/Array_FindEtAl/cs/source.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// REDMOND\glennha
2-
// <Snippet1>
1+
// <Snippet1>
32
using System;
43

54
public class DinoDiscoverySet

snippets/csharp/VS_Snippets_CLR/Array_FindIndex/cs/source.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// REDMOND\glennha
2-
// <Snippet1>
1+
// <Snippet1>
32
using System;
43

54
public class Example

snippets/csharp/VS_Snippets_CLR/Array_FindLastIndex/cs/source.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// REDMOND\glennha
2-
// <Snippet1>
1+
// <Snippet1>
32
using System;
43

54
public class Example

snippets/csharp/VS_Snippets_CLR/Array_IndexOf/cs/source.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// REDMOND\glennha
2-
using System;
1+
using System;
32

43
public class Example
54
{

snippets/csharp/VS_Snippets_CLR/Array_LastIndexOf/cs/source.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// REDMOND\glennha
2-
using System;
1+
using System;
32

43
public class Example
54
{

0 commit comments

Comments
 (0)