Skip to content

Commit

Permalink
fix merge tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner committed Apr 3, 2022
1 parent 9019dff commit abbc3bc
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions standard/documentation-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,6 @@ namespace Acme
```csharp
namespace Acme
{
<<<<<<< HEAD
struct ValueType
{
public void M(int i) { ... }
Expand Down Expand Up @@ -800,34 +799,6 @@ namespace Acme
public void Process(MyList<int> list) { ... }
public MyList<T> GetValues<T>(T value) { ... }
}
=======
struct ValueType
{
public void M(int i) { ... }
}
class Widget: IProcess
{
public class NestedClass
{
public void M(int i) { ... }
}
public static void M0() { ... }
public void M1(char c, out float f, ref ValueType v, in int i) { ... }
public void M2(short[] x1, int[,] x2, long[][] x3) { ... }
public void M3(long[][] x3, Widget[][,,] x4) { ... }
public unsafe void M4(char *pc, Color **pf) { ... }
public unsafe void M5(void *pv, double *[][,] pd) { ... }
public void M6(int i, params object[] args) { ... }
}
class MyList<T>
{
public void Test(T t) { ... }
}
class UseList
{
public void Process(MyList<int> list) { ... }
public MyList<T> GetValues<T>(T value) { ... } }
>>>>>>> e98bcde (Update documentation-comments.md)
}

"M:Acme.ValueType.M(System.Int32)"
Expand Down

0 comments on commit abbc3bc

Please sign in to comment.