Skip to content

Commit e9473ea

Browse files
Copilotbartonjs
andcommitted
Add access modifiers to chainelements-ordering.cs sample
Co-authored-by: bartonjs <[email protected]>
1 parent 0f7708b commit e9473ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/csharp/System.Security.Cryptography.X509Certificates/X509Chain/Overview/chainelements-ordering.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using System;
22
using System.Security.Cryptography.X509Certificates;
33

4-
class ChainElementsOrdering
4+
public class ChainElementsOrdering
55
{
6-
static void DemonstrateChainElementsOrdering()
6+
public static void DemonstrateChainElementsOrdering()
77
{
88
//<SNIPPET6>
99
using var chain = new X509Chain();

0 commit comments

Comments
 (0)