Metodo Util.IniFiles.ReadValuesFromSection
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 27.4.0
Sintassipublic List<string> ReadValuesFromSection(
string Section
)
Public Function ReadValuesFromSection (
Section As String
) As List(Of String)
public:
List<String^>^ ReadValuesFromSection(
String^ Section
)
member ReadValuesFromSection :
Section : string -> List<string>
Parametri
- Section String
-
Valore di ritorno
List<String>
Vedi anche