1
- Imports System.Runtime.CompilerServices
1
+ # Region "Microsoft.VisualBasic::04f20a2f3c9aacfa430e8f61f3b249c8, R#\Runtime\Environment\SymbolSet.vb"
2
+
3
+ ' Author:
4
+ '
5
+
6
+
7
+
8
+ '
9
+ ' Copyright (c) 2018 GPL3 Licensed
10
+ '
11
+ '
12
+ ' GNU GENERAL PUBLIC LICENSE (GPL3)
13
+ '
14
+ '
15
+ ' This program is free software: you can redistribute it and/or modify
16
+ ' it under the terms of the GNU General Public License as published by
17
+ ' the Free Software Foundation, either version 3 of the License, or
18
+ ' (at your option) any later version.
19
+ '
20
+ ' This program is distributed in the hope that it will be useful,
21
+ ' but WITHOUT ANY WARRANTY; without even the implied warranty of
22
+ ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
+ ' GNU General Public License for more details.
24
+ '
25
+ ' You should have received a copy of the GNU General Public License
26
+ ' along with this program. If not, see <http://www.gnu.org/licenses/>.
27
+
28
+
29
+
30
+ ' /********************************************************************************/
31
+
32
+ ' Summaries:
33
+
34
+
35
+ ' Code Statistics:
36
+
37
+ ' Total Lines: 133
38
+ ' Code Lines: 75 (56.39%)
39
+ ' Comment Lines: 40 (30.08%)
40
+ ' - Xml Docs: 95.00%
41
+ '
42
+ ' Blank Lines: 18 (13.53%)
43
+ ' File Size: 4.78 KB
44
+
45
+
46
+ ' Class SymbolSet
47
+ '
48
+ ' Properties: SymbolNames
49
+ '
50
+ ' Constructor: (+3 Overloads) Sub New
51
+ '
52
+ ' Function: (+2 Overloads) Add, CheckSymbolExists, EnumerateKeyTuples, FindSymbol, GetEnumerator
53
+ ' IEnumerable_GetEnumerator, ToString
54
+ '
55
+ ' Sub: Delete
56
+ '
57
+ '
58
+ ' /********************************************************************************/
59
+
60
+ # End Region
61
+
62
+ Imports System.Runtime.CompilerServices
2
63
Imports SMRUCC.Rsharp.Runtime.Components
3
64
4
65
Namespace Runtime
@@ -130,4 +191,4 @@ Namespace Runtime
130
191
Yield GetEnumerator()
131
192
End Function
132
193
End Class
133
- End Namespace
194
+ End Namespace
0 commit comments