| 
            
              SettingsParse Method
             | 
          
        
        
        Namespace: GSF.SELEventParserAssembly: GSF.SELEventParser (in GSF.SELEventParser.dll) Version: 2.4.258-beta
Syntaxpublic static Dictionary<string, string> Parse(
	string[] lines,
	ref int index
)
Public Shared Function Parse ( 
	lines As String(),
	ByRef index As Integer
) As Dictionary(Of String, String)
public:
static Dictionary<String^, String^>^ Parse(
	array<String^>^ lines, 
	int% index
)
static member Parse : 
        lines : string[] * 
        index : int byref -> Dictionary<string, string> GSF.SELEventParser.Settings.Parse = function(lines, index);
 View SourceParameters
- lines  String
 -  
 - index  Int32
 -  
 
Return Value
DictionaryString, 
String
See Also