public bool TryGetBySectionEntry(
string sectionEntry,
ref ConfigurationCell configurationCell
)Public Function TryGetBySectionEntry (
sectionEntry As String,
ByRef configurationCell As ConfigurationCell
) As Booleanpublic:
bool TryGetBySectionEntry(
String^ sectionEntry,
ConfigurationCell^% configurationCell
)function TryGetBySectionEntry(sectionEntry, configurationCell);