File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
<summary >
22
22
Represents a parsed MSBuild glob.
23
23
An MSBuild glob is composed of three parts:
24
- - fixed directory part: " a/b/" in " a/b/* */*test*/**/ *.cs"
25
- - wildcard directory part: "**/ *test*/**/" in " a/b/**/ *test*/**/ *.cs"
26
- - file name part: " *.cs" in " a/b/**/ *test*/**/ *.cs"
24
+ - fixed directory part: < c > a/b/</ c > in < c > a/b/\*\ */*test\*/\*\*/\ *.cs</ c >
25
+ - wildcard directory part: < c >\*\*/\ *test\*/\*\*/</ c > in < c > a/b/\*\*/\ *test\*/\*\*/\ *.cs</ c >
26
+ - file name part: < c >\ *.cs</ c > in < c > a/b/\*\*/\ *test\*/\*\*/\ *.cs</ c >
27
27
</summary >
28
28
<remarks >To be added.</remarks >
29
29
</Docs >
Original file line number Diff line number Diff line change 20
20
</Attribute >
21
21
</Attributes >
22
22
<Docs >
23
- <summary >To be added .</summary >
23
+ <summary >This struct contains information from received TLS Client Hello frame .</summary >
24
24
<remarks >To be added.</remarks >
25
25
</Docs >
26
26
<Members >
You can’t perform that action at this time.
0 commit comments